summaryrefslogtreecommitdiff
path: root/salmeta.pro
diff options
context:
space:
mode:
Diffstat (limited to 'salmeta.pro')
-rw-r--r--salmeta.pro52
1 files changed, 52 insertions, 0 deletions
diff --git a/salmeta.pro b/salmeta.pro
new file mode 100644
index 0000000..7db3699
--- /dev/null
+++ b/salmeta.pro
@@ -0,0 +1,52 @@
+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