1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
TEMPLATE = app QT += qml quick CONFIG += link_pkgconfig PKGCONFIG += qdeclarative5-boostable SOURCES += main.cpp RESOURCES += resources.qrc OTHER_FILES += main.qml TARGET = asteroid-stopwatch target.path = /usr/bin/ desktop.files = asteroid-stopwatch.desktop desktop.path = /usr/share/applications INSTALLS += target desktop