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 --- daemon/daemon.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 daemon/daemon.pro (limited to 'daemon/daemon.pro') diff --git a/daemon/daemon.pro b/daemon/daemon.pro new file mode 100644 index 0000000..d1fb5ca --- /dev/null +++ b/daemon/daemon.pro @@ -0,0 +1,13 @@ +TARGET = pebbled + +CONFIG += console +CONFIG -= app_bundle + +INCLUDEPATH += ../lib +LIBS += -L$$OUT_PWD/../lib -lpebble + +QT += bluetooth +QMAKE_CXXFLAGS += -std=c++0x + +SOURCES += \ + daemon.cpp -- cgit v1.2.3