summaryrefslogtreecommitdiff
path: root/sowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-19 01:51:04 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-19 01:51:04 +0200
commit77a98ac21c2520d9fb4bb9c8f70967a8e36dc872 (patch)
tree687d1cc8820296d56e06c8fab3eaf9ef935cba23 /sowatch.pro
parent03af539d69d903dfb5df19b447707a35ebaa4a54 (diff)
downloadsowatch-77a98ac21c2520d9fb4bb9c8f70967a8e36dc872.tar.gz
sowatch-77a98ac21c2520d9fb4bb9c8f70967a8e36dc872.zip
adding notification provider plugins, idle screen
Diffstat (limited to 'sowatch.pro')
-rw-r--r--sowatch.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/sowatch.pro b/sowatch.pro
index 9689ea3..38f2a8c 100644
--- a/sowatch.pro
+++ b/sowatch.pro
@@ -3,6 +3,19 @@ SUBDIRS = libsowatch \
metawatch \
sowatchd
+!isEmpty(MEEGO_VERSION_MAJOR) {
+ SUBDIRS += meegohandsetnotification
+}
+
+unix:!symbian {
+ maemo5 {
+ target.path = /opt/sowatch/notifications
+ } else {
+ target.path = /usr/lib/sowatch/notifications
+ }
+ INSTALLS += target
+}
+
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
@@ -22,3 +35,4 @@ OTHER_FILES += \
+