From cb04065d6a84bb54b485d0ad8715f09a76191412 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 28 Mar 2013 13:02:18 +0100 Subject: disable connection timer when bluetooth is off --- sowatch.pro | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'sowatch.pro') diff --git a/sowatch.pro b/sowatch.pro index 7f89e81..bf97875 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -1,34 +1,52 @@ TEMPLATE = subdirs +# Please comment subdirectories you do not want to build as desired + # Core library +# This is mandatory. Depends on Qt and GConf. SUBDIRS = libsowatch # The MetaWatch driver plugin +# Since this is the only watch plugin, it is mandatory. +# Depends on Qt Mobility SystemInfo and Bluetooth. SUBDIRS += metawatch metawatch.depends = libsowatch # Some watchlets -SUBDIRS += notificationswatchlet sysinfowatchlet -SUBDIRS += qmsgwatchlet qmapwatchlet +# This just shows a list of pending notifications and has no dependencies. +SUBDIRS += notificationswatchlet notificationswatchlet.depends = libsowatch + +# This shows some values from Qt SystemInfo on the watch +SUBDIRS += sysinfowatchlet sysinfowatchlet.depends = libsowatch + +# This shows some inbox messages using QtMobility +SUBDIRS += qmsgwatchlet qmsgwatchlet.depends = libsowatch + +# This shows a map around the current position using QtMobility Mapping features +SUBDIRS += qmapwatchlet qmapwatchlet.depends = libsowatch # Toy watchlets +# Shows a cat running around. No dependencies. SUBDIRS += nekowatchlet nekowatchlet.depends = libsowatch unix { + # These use D-Bus for interprocess communication. + # The main daemon. SUBDIRS += sowatchd + # Configuration interface. SUBDIRS += sowatchui sowatchd.depends = libsowatch sowatchui.depends = libsowatch sowatchd } +# Harmattan specific stuff contains(MEEGO_EDITION,harmattan) { - # Harmattan specific stuff SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather SUBDIRS += meecastweather SUBDIRS += qmafwwatchlet @@ -38,10 +56,6 @@ contains(MEEGO_EDITION,harmattan) { harmaccuweather.depends = libsowatch meecastweather.depends = libsowatch qmafwwatchlet.depends = libsowatch -} else:simulator { - # This notification provider builds almost everywhere so it's good enough as testcase - SUBDIRS += harmaccuweather - harmaccuweather.depends = libsowatch } # Debug only watchlets -- cgit v1.2.3