summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-09-27 16:34:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-29 12:29:21 +0200
commite7772415d658770632a3bd4b85d6b200ba3af79c (patch)
tree91b60b9f4833a03a1297e04ccec67ddb1589b70b /examples
parentea8102b6423130f96fd0e53836541ed5a6f6028f (diff)
Qt PIM: Fixed examples' .pro files
-took out QML example from .pro because testing QML projects in the CI is not possible Change-Id: I753169d764bcb56432e14e7d9994c11c23de6c99 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/contacts/contacts.pro2
-rw-r--r--examples/examples.pro4
-rw-r--r--examples/organizer/organizer.pro4
3 files changed, 6 insertions, 4 deletions
diff --git a/examples/contacts/contacts.pro b/examples/contacts/contacts.pro
index 91854ef81..993e6e27a 100644
--- a/examples/contacts/contacts.pro
+++ b/examples/contacts/contacts.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += qmlcontactslistview
+SUBDIRS +=
diff --git a/examples/examples.pro b/examples/examples.pro
index 993e6e27a..8a6fa7589 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS +=
+SUBDIRS = organizer \
+ contacts
+
diff --git a/examples/organizer/organizer.pro b/examples/organizer/organizer.pro
index 6a2af1101..90c98778b 100644
--- a/examples/organizer/organizer.pro
+++ b/examples/organizer/organizer.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
+SUBDIRS +=
-!contains(QT_CONFIG, no-widgets):
-SUBDIRS += \
+!contains(QT_CONFIG, no-widgets): SUBDIRS += \
calendardemo \
todo