aboutsummaryrefslogtreecommitdiff
path: root/harbour-unitmaster.pro
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2013-12-07 17:33:25 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2013-12-07 17:33:25 +0200
commitef5baad9ff47cfe32bb4f97368e0b3148765caa6 (patch)
tree87d59ecc69e7981489e16aeed62115b4a4927223 /harbour-unitmaster.pro
parent3aeb00f43988ae607082cdabe124b9d5e123e33c (diff)
downloadunitmaster-ef5baad9ff47cfe32bb4f97368e0b3148765caa6.tar.gz
unitmaster-ef5baad9ff47cfe32bb4f97368e0b3148765caa6.zip
shuffle stuff around and add directory for tests
Diffstat (limited to 'harbour-unitmaster.pro')
-rw-r--r--harbour-unitmaster.pro52
1 files changed, 3 insertions, 49 deletions
diff --git a/harbour-unitmaster.pro b/harbour-unitmaster.pro
index a7024f6..26d5720 100644
--- a/harbour-unitmaster.pro
+++ b/harbour-unitmaster.pro
@@ -1,49 +1,3 @@
-# The name of your app.
-# NOTICE: name defined in TARGET has a corresponding QML filename.
-# If name defined in TARGET is changed, following needs to be
-# done to match new name:
-# - corresponding QML filename must be changed
-# - desktop icon filename must be changed
-# - desktop filename must be changed
-# - icon definition filename in desktop file must be changed
-TARGET = harbour-unitmaster
-
-QT += quick qml
-
-target.path = /usr/bin
-
-qml.files = qml
-qml.path = /usr/share/$${TARGET}
-
-desktop.files = $${TARGET}.desktop
-desktop.path = /usr/share/applications
-
-icon.files = $${TARGET}.png
-icon.path = /usr/share/icons/hicolor/86x86/apps
-
-INSTALLS += target qml desktop icon
-
-CONFIG += link_pkgconfig
-PKGCONFIG += sailfishapp
-INCLUDEPATH += /usr/include/sailfishapp
-
-OTHER_FILES += $$files(rpm/*) \
- qml/pages/AboutPage.qml
-
-#CONFIG += sailfishapp
-
-SOURCES += src/unitmaster.cpp
-
-OTHER_FILES += \
- qml/pages/QuantityModel.qml \
- qml/pages/MassModel.qml \
- qml/pages/SelectQuantityPage.qml \
- qml/pages/QuantityPage.qml \
- qml/pages/helpers.js \
- qml/pages/LengthModel.qml \
- qml/pages/TemperatureModel.qml \
- harbour-unitmaster.desktop \
- qml/harbour-unitmaster.qml \
- rpm/harbour-unitmaster.yaml \
- rpm/harbour-unitmaster.spec
-
+TEMPLATE = subdirs
+SUBDIRS = src tests
+CONFIG += ordered