TARGET = pebbled CONFIG += console CONFIG -= app_bundle QT -= gui INCLUDEPATH += ../lib LIBS += -L$$OUT_PWD/../lib -lpebble QT += bluetooth dbus contacts QMAKE_CXXFLAGS += -std=c++0x SOURCES += \ daemon.cpp \ voicecallmanager.cpp \ voicecallhandler.cpp \ manager.cpp \ dbusconnector.cpp HEADERS += \ voicecallmanager.h \ voicecallhandler.h \ manager.h \ dbusconnector.h INSTALLS += target target.path = /usr/sbin