summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-04-23 00:44:50 +0200
committerJavier <dev.git@javispedro.com>2015-04-23 00:44:50 +0200
commite3ba0476684edda1b48afd8a1dd01700bdb1bedd (patch)
treefa924688444a9026500f57e7bb5c264ee5bb2aa6 /saltoqd/saltoqd.pro
parent6662f40aff76e0700d82237261774758981bf784 (diff)
downloadsaltoq-e3ba0476684edda1b48afd8a1dd01700bdb1bedd.tar.gz
saltoq-e3ba0476684edda1b48afd8a1dd01700bdb1bedd.zip
add fonts, dithering, weather rendering
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