diff options
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
