diff options
-rw-r--r-- | mkspecs/features/qmltestcase.prf | 2 |
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) { |