From cdcf5e8496b51091f9d71a6a52a588a97686c49d Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Sun, 20 Dec 2015 17:50:25 +0100 Subject: Removes the colorful settings and sanitize a little bit the code --- asteroid-stopwatch.pro | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) mode change 100755 => 100644 asteroid-stopwatch.pro (limited to 'asteroid-stopwatch.pro') diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro old mode 100755 new mode 100644 index 4ad802b..387ddf3 --- 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 -- cgit v1.2.3-54-g00ecf