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 --- lib/lib.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/lib.pro (limited to 'lib/lib.pro') diff --git a/lib/lib.pro b/lib/lib.pro new file mode 100644 index 0000000..3ef513d --- /dev/null +++ b/lib/lib.pro @@ -0,0 +1,11 @@ +TEMPLATE = lib +TARGET = pebble + +HEADERS += \ + watchconnector.h + +SOURCES += \ + watchconnector.cpp + +QT += bluetooth +QMAKE_CXXFLAGS += -std=c++0x -- cgit v1.2.3