AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

Port to CMake #31

Closed PureTryOut closed 3 years ago

PureTryOut commented 3 years ago

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

This depends on AsteroidOS/qml-asteroid#14