summaryrefslogtreecommitdiff
path: root/daemon/CMakeLists.txt (follow)
AgeCommit message (Collapse)Author
2023-07-12Remove leftover qtpositioning referenceArseniy-Movshev
This was used in testing versions of sensorlogd but got removed, so let's remove it from compilation chain as well
2023-06-20Move fileNameForDate to a common header fileArseniy-Movshev
This function shows up in quite a few places so this seems justified. Other functions may get this treatment later
2023-05-26Add systemd services and rename executableArseniy-Movshev
2023-05-26Restructure to split to daemon and qml accessorArseniy-Movshev
- add separate subdirs for daemon and qml - add some generic qml boilerplate - add a really lazy 'last value' loader implementation - license the project as gplv3 (add copyright notices and license text)