aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-02-09 07:48:04 -0800
committerJake Petroules <jake.petroules@qt.io>2017-02-09 18:30:34 +0000
commita931d0799b46123422582635b79d217eee0ae6bd (patch)
tree1d41422d0b3dde57d0f598b5219e5d8e6d3d4d70 /examples
parent231ca3adc48d1980b9cd14840df832a72d642e79 (diff)
Fix platform conditions across entire modulev5.9.0-alpha1
Change-Id: Id63420244eecd5935b7fa7c82b6ad9e0e48ad0f1 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro2
-rw-r--r--examples/macextras/macextras.pro4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index f23b00b..37692d4 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-mac:SUBDIRS = macextras
+SUBDIRS = macextras
diff --git a/examples/macextras/macextras.pro b/examples/macextras/macextras.pro
index a9c135d..8d2190d 100644
--- a/examples/macextras/macextras.pro
+++ b/examples/macextras/macextras.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
-mac:SUBDIRS = macfunctions
-mac:!ios:SUBDIRS += embeddedqwindow \
+SUBDIRS = macfunctions
+macos: SUBDIRS += embeddedqwindow \
macpasteboardmime \
mactoolbar