diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 03:18:46 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 03:18:46 +0200 |
commit | 12cf6df3f1c90c6ccbab398f0ae03c946e4af638 (patch) | |
tree | a205f1240a421a1a6ac4d97e592730e5be00533b /sowatch.pro | |
parent | 12d61ddf50f5f34cafd25d7cbdc827156cfb184c (diff) | |
download | sowatch-12cf6df3f1c90c6ccbab398f0ae03c946e4af638.tar.gz sowatch-12cf6df3f1c90c6ccbab398f0ae03c946e4af638.zip |
continue working on qml watchface support
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sowatch.pro b/sowatch.pro index 5a1e868..1233f46 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -4,7 +4,8 @@ TEMPLATE = subdirs # Core library # This is mandatory. Depends on Qt and GConf. -SUBDIRS = libsowatch +SUBDIRS = libsowatch \ + metawatchwatchlets # The MetaWatch driver plugin # Since this is the only watch plugin, it is mandatory. |