aboutsummaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'asteroid-stopwatch.pro')
-rw-r--r--[-rwxr-xr-x]asteroid-stopwatch.pro23
1 files changed, 8 insertions, 15 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro
index 4ad802b..387ddf3 100755..100644
--- a/asteroid-stopwatch.pro
+++ b/asteroid-stopwatch.pro
@@ -1,22 +1,15 @@
TEMPLATE = app
-QT += qml quick xml svg
+QT += widgets qml quick xml svg
QTPLUGIN += qsvg
-TARGET = asteroid-stopwatch
-target.path = /usr/bin/
-
-qtHaveModule(widgets){
- QT += widgets
-}
-
-include(src/src.pri)
+SOURCES += main.cpp
+RESOURCES += resources.qrc
OTHER_FILES += main.qml
-RESOURCES += \
- resources.qrc
-
-INSTALLS += target
+TARGET = asteroid-stopwatch
+target.path = /usr/bin/
-desktop.path = /usr/share/applications
desktop.files = asteroid-stopwatch.desktop
-INSTALLS += desktop
+desktop.path = /usr/share/applications
+
+INSTALLS += target desktop