From 1f0cde7cfd31c180eaceeab4ee0ad24613eaf34c Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Sat, 21 Jun 2014 22:23:07 +0200 Subject: Restructured for lib and daemon --- waterwatch.pro | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'waterwatch.pro') diff --git a/waterwatch.pro b/waterwatch.pro index 65a9018..74f613f 100644 --- a/waterwatch.pro +++ b/waterwatch.pro @@ -1,20 +1,6 @@ -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 \ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS = lib daemon app +OTHER_FILES += \ rpm/waterwatch.spec \ - rpm/waterwatch.yaml \ - waterwatch.desktop \ - qml/pages/WatchPage.qml - -HEADERS += \ - src/watchconnector.h - + rpm/waterwatch.yaml -- cgit v1.2.3