summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qmltestcase.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qmltestcase.prf')
-rw-r--r--mkspecs/features/qmltestcase.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qmltestcase.prf b/mkspecs/features/qmltestcase.prf
index 71e70e06a4..335ba90009 100644
--- a/mkspecs/features/qmltestcase.prf
+++ b/mkspecs/features/qmltestcase.prf
@@ -2,7 +2,7 @@ CONFIG += testcase
QT += qml qmltest
-macx: CONFIG -= app_bundle
+mac: CONFIG -= app_bundle
# If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run.