aboutsummaryrefslogtreecommitdiff
path: root/asteroid-stopwatch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xasteroid-stopwatchbin383590 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]asteroid-stopwatch.desktop4
-rw-r--r--[-rwxr-xr-x]asteroid-stopwatch.pro23
3 files changed, 10 insertions, 17 deletions
diff --git a/asteroid-stopwatch b/asteroid-stopwatch
deleted file mode 100755
index 46b290d..0000000
--- a/asteroid-stopwatch
+++ /dev/null
Binary files differ
diff --git a/asteroid-stopwatch.desktop b/asteroid-stopwatch.desktop
index 31845a3..4f80516 100755..100644
--- a/asteroid-stopwatch.desktop
+++ b/asteroid-stopwatch.desktop
@@ -2,6 +2,6 @@
Type=Application
Name=Stopwatch
Categories=Applications;
-Exec=env QT_QUICK_CONTROLS_STYLE=Nemo /usr/bin/asteroid-stopwatch
-Icon=icon-app-texteditor
+Exec=env QT_QUICK_CONTROLS_STYLE=Asteroid /usr/bin/asteroid-stopwatch
+Icon=clock
X-Desktop-File-Install-Version=0.20
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