diff options
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 14 |
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 += \ + |