From 50131a307317697f5d98bccd36d055e7932827c4 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 4 Dec 2013 22:01:22 +0200 Subject: add the .pro file :-----) --- harbour-unitmaster.pro | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 harbour-unitmaster.pro (limited to 'harbour-unitmaster.pro') diff --git a/harbour-unitmaster.pro b/harbour-unitmaster.pro new file mode 100644 index 0000000..a7024f6 --- /dev/null +++ b/harbour-unitmaster.pro @@ -0,0 +1,49 @@ +# 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 + -- cgit v1.2.3