COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
440 stars 244 forks source link

Only one build system instead of two #557

Open alexmucde opened 1 month ago

alexmucde commented 1 month ago

Currently the DLT Viewer supports two build systems, cmake and qmake. To reduce the maintenance effort and the possiblility of wrong configurations this should be reduced to one, preferable cmake. It must be taken care, that all development use cases must be supported:

hannesa2 commented 1 month ago

From the CI point of view:

hannesa2 commented 1 month ago

With https://github.com/COVESA/dlt-viewer/pull/562 the CI is qmake free

hannesa2 commented 1 month ago

With #562 the CI is qmake free

After merge it, the CI is now qmake-free

vifactor commented 1 month ago

very nice! related to https://github.com/COVESA/dlt-viewer/discussions/501#discussioncomment-10162043