summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-11-09 11:43:30 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-11-09 11:43:30 +1000
commit68b0f06730def83765a22b9dcacd6d54e8a1f63f (patch)
tree588a30ae4c3c0484a27a5d892f8179d3de27403d /examples/examples.pro
parent63af54dcbd1d827f34dee8969e4461c062345650 (diff)
parent5d0629c494e9767e641fc2ac7c3c754adbb4bfdc (diff)
Merge branch 'master' into alignedtimer
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 0bb934c0f9..046163f6b3 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -134,8 +134,13 @@ contains(mobility_modules,gallery) {
# Organizer API examples
contains(mobility_modules, organizer) {
- SUBDIRS += calendardemo
- SUBDIRS += todo
+ SUBDIRS += calendardemo \
+ todo
+#disable qmlorganizer, as it is not completed
+# contains(mobility_modules,versit):contains(QT_CONFIG, declarative) {
+# SUBDIRS += \
+# qmlorganizer
+# }
}
# Feedback API examples