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