aboutsummaryrefslogtreecommitdiff
path: root/asteroid-stopwatch
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
Initial commit
Diffstat (limited to '')
-rwxr-xr-xasteroid-stopwatchbin0 -> 383046 bytes
-rwxr-xr-xasteroid-stopwatch.desktop7
-rwxr-xr-xasteroid-stopwatch.pro22
3 files changed, 29 insertions, 0 deletions
diff --git a/asteroid-stopwatch b/asteroid-stopwatch
new file mode 100755
index 0000000..810a841
--- /dev/null
+++ b/asteroid-stopwatch
Binary files differ
diff --git a/asteroid-stopwatch.desktop b/asteroid-stopwatch.desktop
new file mode 100755
index 0000000..31845a3
--- /dev/null
+++ b/asteroid-stopwatch.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Stopwatch
+Categories=Applications;
+Exec=env QT_QUICK_CONTROLS_STYLE=Nemo /usr/bin/asteroid-stopwatch
+Icon=icon-app-texteditor
+X-Desktop-File-Install-Version=0.20
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