aboutsummaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro (follow)
AgeCommit message (Collapse)Author
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
2021-04-20Fix compilationBart Ribbers
2017-11-25Fix lupdate-qt5 usage of desktop.h filesFlorent Revest
2017-06-12Vastly simplify asteroid-stopwatch.pro and main.cpp thanks to the new ↵Florent Revest
AsteroidApp module
2017-05-11Update i18n Locales according to supported-languages' valuesFlorent Revest
2017-03-04.pro: Create Makefile's desktop target although the file doesn't exist ↵Florent Revest
before qmake
2017-03-04Makes .desktop file translatableFlorent Revest
2016-09-13Don't depend on QtWidgetsFlorent Revest
2016-07-20asteroid-stopwatch.pro: we don't depend on QtSvg anymore, this is used by ↵Florent Revest
qml-asteroid instead
2016-02-08Use MDeclarativeCache from mapplauncherd to get faster startupFlorent Revest
2015-12-20Removes the colorful settings and sanitize a little bit the codeFlorent Revest
2015-11-28Initial commitTim Süberkrüb