diff options
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 01ea8d1..ca7fd70 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -2,12 +2,14 @@ TARGET = pebbled CONFIG += console CONFIG -= app_bundle +CONFIG += link_pkgconfig QT -= gui INCLUDEPATH += ../lib LIBS += -L$$OUT_PWD/../lib -lpebble QT += bluetooth dbus contacts +PKGCONFIG += commhistory-qt5 QMAKE_CXXFLAGS += -std=c++0x SOURCES += \ |
