From 52c0e98dd2f28391a34995001b4d475e5e12a0cd Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Tue, 25 Oct 2011 09:50:40 +1000 Subject: Don't build app bundles for qmltestcase applications on Mac OS X Change-Id: Ia61f12313908f42f7ff7a43be5443e779300e436 Reviewed-by: Rohan McGovern --- mkspecs/features/qmltestcase.prf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs') 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) { -- cgit v1.2.3