summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-10-25 09:50:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-25 05:03:08 +0200
commit52c0e98dd2f28391a34995001b4d475e5e12a0cd (patch)
treeaa7ae34c674729a2962d431d50e28e3c89aa5ed8
parent39560b85d5b2765c466d50e89101bd68c04ac590 (diff)
Don't build app bundles for qmltestcase applications on Mac OS X
Change-Id: Ia61f12313908f42f7ff7a43be5443e779300e436 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--mkspecs/features/qmltestcase.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/qmltestcase.prf b/mkspecs/features/qmltestcase.prf
index 6469619e6b..916ff0c9ac 100644
--- a/mkspecs/features/qmltestcase.prf
+++ b/mkspecs/features/qmltestcase.prf
@@ -2,6 +2,8 @@ CONFIG += testcase
QT += declarative qmltest
+macx: CONFIG -= app_bundle
+
# If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run.
!isEmpty(IMPORTPATH) {