diff options
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro index 82aa2df..3593adb 100644 --- a/src/src.pro +++ b/src/src.pro @@ -16,6 +16,8 @@ CONFIG += link_pkgconfig PKGCONFIG += sailfishapp INCLUDEPATH += /usr/include/sailfishapp +DEFINES += UNITMASTER_VERSION=$${UNITMASTER_VERSION} + target.path = /usr/bin qml.files = qml @@ -31,7 +33,8 @@ INSTALLS += target qml desktop icon #CONFIG += sailfishapp -SOURCES += main.cpp +SOURCES += main.cpp \ + settings.cpp OTHER_FILES += \ qml/pages/QuantityModel.qml \ @@ -45,3 +48,6 @@ OTHER_FILES += \ harbour-unitmaster.desktop \ qml/harbour-unitmaster.qml \ ../rpm/$${TARGET}.spec + +HEADERS += \ + settings.h |
