COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
435 stars 241 forks source link

Only one build system instead of two #557

Open alexmucde opened 6 days ago

alexmucde commented 6 days 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 6 days ago

From the CI point of view:

hannesa2 commented 6 days ago

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

hannesa2 commented 6 days ago

With #562 the CI is qmake free

After merge it, the CI is now qmake-free

vifactor commented 6 days ago

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