diff options
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index e52e8e8..cfcdae1 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -17,19 +17,21 @@ SOURCES += \ manager.cpp \ voicecallmanager.cpp \ voicecallhandler.cpp \ + notificationmanager.cpp \ watchconnector.cpp \ dbusconnector.cpp \ dbusadaptor.cpp \ - notificationmanager.cpp + watchcommands.cpp HEADERS += \ manager.h \ voicecallmanager.h \ voicecallhandler.h \ + notificationmanager.h \ watchconnector.h \ dbusconnector.h \ dbusadaptor.h \ - notificationmanager.h + watchcommands.h OTHER_FILES += \ org.pebbled.xml \ @@ -58,6 +60,6 @@ confile.path = /usr/share/pebble lib.files += $$OUT_PWD/../ext/Log4Qt/*.s* lib.path = /usr/share/pebble/lib -# so QtCreator could find commhistory headers... :-( +# unnecesary includes, just so QtCreator could find headers... :-( INCLUDEPATH += $$[QT_HOST_PREFIX]/include/commhistory-qt5 INCLUDEPATH += $$[QT_HOST_PREFIX]/include/mlite5 |
