From 6d78a28a7103975841564b5606fe5ac076dd7ce6 Mon Sep 17 00:00:00 2001 From: Tim Süberkrüb Date: Sat, 28 Nov 2015 13:21:11 +0100 Subject: Initial commit --- asteroid-stopwatch.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 asteroid-stopwatch.pro (limited to 'asteroid-stopwatch.pro') 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 -- cgit v1.2.3-54-g00ecf