diff options
Diffstat (limited to 'saltoqd/saltoqd.pro')
-rw-r--r-- | saltoqd/saltoqd.pro | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/saltoqd/saltoqd.pro b/saltoqd/saltoqd.pro index 983475c..d7cb076 100644 --- a/saltoqd/saltoqd.pro +++ b/saltoqd/saltoqd.pro @@ -5,7 +5,7 @@ QT += dbus bluetooth contacts CONFIG += c++11 link_pkgconfig -PKGCONFIG += zlib dbus-1 mlite5 commhistory-qt5 openobex qtcontacts-sqlite-qt5-extensions libmkcal-qt5 libkcalcoren-qt5 +PKGCONFIG += qt5-boostable zlib dbus-1 mlite5 commhistory-qt5 openobex qtcontacts-sqlite-qt5-extensions libmkcal-qt5 libkcalcoren-qt5 INCLUDEPATH += /usr/include/dbus-1.0 /usr/include/mlite5 /usr/include/commhistory-qt5 /usr/include/mkcal-qt5 /usr/include/kcalcoren-qt5 SOURCES += main.cpp \ @@ -24,7 +24,8 @@ SOURCES += main.cpp \ contactsmanager.cpp \ cardmanager.cpp \ agendamanager.cpp \ - settings.cpp + settings.cpp \ + settingsmanager.cpp HEADERS += \ toqconnection.h \ @@ -42,7 +43,8 @@ HEADERS += \ contactsmanager.h \ cardmanager.h \ agendamanager.h \ - settings.h + settings.h \ + settingsmanager.h DBUS_ADAPTORS += org.freedesktop.Notifications.xml @@ -51,3 +53,7 @@ QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i voicecallmanager.h target.path = /usr/bin INSTALLS += target + +unit.path = /usr/lib/systemd/user/ +unit.files = saltoqd.service +INSTALLS += unit |