TARGET = salmeta QT += qml quick dbus bluetooth CONFIG += link_pkgconfig sailfishapp c++11 PKGCONFIG += mlite5 libiphb LIBS += -lgato # Remove this if QtCreator can find headers on your machine CONFIG(debug, debug|release) : INCLUDEPATH += /usr/include/mlite5 SOURCES += src/salmeta.cpp \ src/controller.cpp \ src/metawatchtransport.cpp \ src/metawatch.cpp \ src/metawatchbletransport.cpp \ src/reconnecttimer.cpp \ src/notificationmonitor.cpp \ src/widgetview.cpp \ src/widgetinfo.cpp HEADERS += \ src/controller.h \ src/metawatchtransport.h \ src/metawatch.h \ src/metawatchbletransport.h \ src/reconnecttimer.h \ src/notificationmonitor.h \ src/widgetview.h \ src/widgetinfo.h OTHER_FILES += qml/salmeta.qml \ qml/cover/CoverPage.qml \ qml/pages/FirstPage.qml \ qml/pages/SecondPage.qml \ rpm/salmeta.changes.in \ rpm/salmeta.spec \ rpm/salmeta.yaml \ translations/*.ts \ salmeta.desktop \ qml/watch/main.qml \ qml/widgetview.qml \ salmeta.service # to disable building translations every time, comment out the # following CONFIG line CONFIG += sailfishapp_i18n #TRANSLATIONS += translations/salmeta-de.ts unit.path = /usr/lib/systemd/user/ unit.files = salmeta.service INSTALLS += unit