summaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
diff options
context:
space:
mode:
authorTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-28 13:21:11 +0100
committerTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-28 13:21:11 +0100
commit6d78a28a7103975841564b5606fe5ac076dd7ce6 (patch)
tree91c6d8473a15d16ecf8302513d53bc66e4dfce5d /asteroid-stopwatch.pro
Initial commit
Diffstat (limited to 'asteroid-stopwatch.pro')
-rwxr-xr-xasteroid-stopwatch.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro
new file mode 100755
index 0000000..4ad802b
--- /dev/null
+++ b/asteroid-stopwatch.pro
@@ -0,0 +1,22 @@
+TEMPLATE = app
+QT += qml quick xml svg
+QTPLUGIN += qsvg
+TARGET = asteroid-stopwatch
+target.path = /usr/bin/
+
+qtHaveModule(widgets){
+ QT += widgets
+}
+
+include(src/src.pri)
+
+OTHER_FILES += main.qml
+
+RESOURCES += \
+ resources.qrc
+
+INSTALLS += target
+
+desktop.path = /usr/share/applications
+desktop.files = asteroid-stopwatch.desktop
+INSTALLS += desktop