summaryrefslogtreecommitdiff
path: root/sowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
commitccd19d2b7ee4184503ea46b98333b27a5613190e (patch)
treef78cc3f3c946d7a4f8167f72fb20703c65494d84 /sowatch.pro
parent6003bf81107dd9be51589c074b74c5af82bfc8ab (diff)
downloadsowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.tar.gz
sowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.zip
big change: a new abstract BluetoothWatch class
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.