aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
AgeCommit message (Collapse)Author
2022-05-22Add commands to generate installable .ipk fileEd Beroset
This adds generation of an .ipk file if the user requests the build target "package".
2021-05-17Remove unused QtSensors importBart Ribbers
2021-05-17Port to CMakeBart Ribbers
Qt is slowly deprecating QMake. They have stopped building Qt itself with QMake and moved Qt6 to CMake instead. Although QMake is still around, it's clear the focus has shifted and it would be good for applications to switch over to an alternative build system as well So hereby, switch the build system to CMake