summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mac/mac.pro
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2013-09-02 13:49:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-23 07:18:27 +0200
commit68b42cd595954b3c1579e30907dc78c181f0701c (patch)
tree4a4283afcaec0ca7fffe3c1063533d4ec56c9b8d /examples/widgets/mac/mac.pro
parentf370f77e48a06464af12d74d2ccb093c130726ed (diff)
Port QMacCocoaViewContainer to Qt 5.
Includes example. Change-Id: Ifdda5c535d0ec41694712405d921b2c32cb8dfc8 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'examples/widgets/mac/mac.pro')
-rw-r--r--examples/widgets/mac/mac.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/widgets/mac/mac.pro b/examples/widgets/mac/mac.pro
index c5f8bf826f..1513c66ed8 100644
--- a/examples/widgets/mac/mac.pro
+++ b/examples/widgets/mac/mac.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
+
macx {
SUBDIRS = \
- qmacnativewidget
-} \ No newline at end of file
+ qmacnativewidget \
+ qmacnativewidget
+}