You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Build Scripts for Windows
Build Scripts for Linux Debian packages (uses currently qmake)
Development, Debug and Test with QtCreator (uses currently qmake)
Github Action CI
The text was updated successfully, but these errors were encountered:
Linux builds with qmake and cmake I've no clue if we simply can remove the qmake stuff
I've no clue about "Development, Debug and Test with QtCreator" at least the CI don't use it (as far as I know). That means it's not tested (and supported ?)
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:
The text was updated successfully, but these errors were encountered: