summaryrefslogtreecommitdiff
path: root/sowatch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sowatch.pro')
-rw-r--r--sowatch.pro16
1 files changed, 11 insertions, 5 deletions
diff --git a/sowatch.pro b/sowatch.pro
index 1233f46..47f39ad 100644
--- a/sowatch.pro
+++ b/sowatch.pro
@@ -4,14 +4,20 @@ TEMPLATE = subdirs
# Core library
# This is mandatory. Depends on Qt and GConf.
-SUBDIRS = libsowatch \
- metawatchwatchlets
+SUBDIRS = libsowatch
+
+SUBDIRS += libsowatchbt
+libsowatchbt.depends = 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
+SUBDIRS += metawatch metawatchwatchlets
+metawatch.depends = libsowatch libsowatchbt
+metawatchwatchlets.depends = metawatch
+
+# LiveView driver plugin
+SUBDIRS += liveview
+liveview.depends = libsowatch libsowatchbt
# Some watchlets
# This just shows a list of pending notifications and has no dependencies.