diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-04 22:01:22 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-04 22:01:22 +0200 |
| commit | 50131a307317697f5d98bccd36d055e7932827c4 (patch) | |
| tree | 5fe58916ae5c0c71e476a3834fc7928da141ada8 /harbour-unitmaster.pro | |
| parent | bece98fcbbaa0ecef66891d84bf41ba10d5a77a4 (diff) | |
| download | unitmaster-50131a307317697f5d98bccd36d055e7932827c4.tar.gz unitmaster-50131a307317697f5d98bccd36d055e7932827c4.zip | |
add the .pro file :-----)
Diffstat (limited to 'harbour-unitmaster.pro')
| -rw-r--r-- | harbour-unitmaster.pro | 49 |
1 files changed, 49 insertions, 0 deletions
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 + |
