aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2013-04-10 08:23:01 +0300
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-11 09:11:53 +0200
commitd181392b15037d36e5bfde629492167266d9b5ee (patch)
treeba339b0b48bea01a86e8625fabd31e6cd742dd6c /examples
parentace777cc309ae5599e0b715143399b60e87c3cea (diff)
QtMacExtras: Disabling examples from other than mac builds
Disabled examples from being built on platforms where it doesn't make sense. Change-Id: Ifff2e404233d26983b72f2f47a141b9f26f8e232 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 10dfe06..891e3d6 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS = embeddedqwindow \
- macfunctions \
+
+mac:SUBDIRS = macfunctions
+mac:!ios:SUBDIRS += embeddedqwindow \
macpasteboardmime \
macunifiedtoolbar \
qmaccocoaviewcontainer \