summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/saltoqd.pro')
-rw-r--r--saltoqd/saltoqd.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/saltoqd/saltoqd.pro b/saltoqd/saltoqd.pro
index 18322b0..1c40e7c 100644
--- a/saltoqd/saltoqd.pro
+++ b/saltoqd/saltoqd.pro
@@ -50,7 +50,8 @@ HEADERS += \
settingsmanager.h \
toqmanageradaptor.h \
msolimageiohandler.h \
- cardmanageradaptor.h
+ cardmanageradaptor.h \
+ global.h
DBUS_INTERFACES += com.nokia.profiled.xml org.nemomobile.voicecall.VoiceCallManager.xml org.nemomobile.voicecall.VoiceCall.xml
QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i voicecallmanager.h
@@ -58,10 +59,14 @@ QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i voicecallmanager.h
target.path = /usr/bin
INSTALLS += target
-unit.path = /usr/lib/systemd/user/
+res.path = /usr/share/saltoq/res
+res.files = res/Q-Bold.otf res/Q-Light.otf res/Q-Regular.otf res/Q-Semibold.otf res/*.png
+INSTALLS += res
+
+unit.path = /usr/lib/systemd/user
unit.files = saltoqd.service
INSTALLS += unit
-workaround.path = /usr/lib/systemd/system/
+workaround.path = /usr/lib/systemd/system
workaround.files = saltoq-bt-sniff-subrate.service
INSTALLS += workaround