summaryrefslogtreecommitdiff
path: root/waterwatch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'waterwatch.pro')
-rw-r--r--waterwatch.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/waterwatch.pro b/waterwatch.pro
new file mode 100644
index 0000000..65a9018
--- /dev/null
+++ b/waterwatch.pro
@@ -0,0 +1,20 @@
+TARGET = waterwatch
+
+CONFIG += sailfishapp
+
+SOURCES += src/waterwatch.cpp \
+ src/watchconnector.cpp
+
+QT += bluetooth
+QMAKE_CXXFLAGS += -std=c++0x
+
+OTHER_FILES += qml/waterwatch.qml \
+ qml/cover/CoverPage.qml \
+ rpm/waterwatch.spec \
+ rpm/waterwatch.yaml \
+ waterwatch.desktop \
+ qml/pages/WatchPage.qml
+
+HEADERS += \
+ src/watchconnector.h
+