From 77a98ac21c2520d9fb4bb9c8f70967a8e36dc872 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 19 Sep 2011 01:51:04 +0200 Subject: adding notification provider plugins, idle screen --- sowatch.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sowatch.pro') 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 += \ + -- cgit v1.2.3