TEMPLATE = app CONFIG += console QT -= qml QT += dbus bluetooth CONFIG += c++11 link_pkgconfig PKGCONFIG += zlib commhistory-qt5 INCLUDEPATH += /usr/include/commhistory-qt5 SOURCES += main.cpp \ toqconnection.cpp \ toqmanager.cpp \ versionmanager.cpp \ systemmanager.cpp \ musicmanager.cpp \ storagemanager.cpp \ commmanager.cpp \ notificationmanager.cpp notificationmonitor.cpp \ voicecallmanager.cpp HEADERS += \ toqconnection.h \ toqmanager.h \ versionmanager.h \ systemmanager.h \ musicmanager.h \ storagemanager.h \ commmanager.h \ notificationmanager.h notificationmonitor.h \ voicecallmanager.h DBUS_ADAPTORS += org.freedesktop.Notifications.xml DBUS_INTERFACES += com.nokia.profiled.xml org.nemomobile.voicecall.VoiceCallManager.xml target.path = /usr/bin INSTALLS += target