aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/qmltest.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro
index 4044005fc2..bcbc7b54d0 100644
--- a/src/qmltest/qmltest.pro
+++ b/src/qmltest/qmltest.pro
@@ -6,7 +6,7 @@ CONFIG += dll warn_on
DEFINES += QT_NO_URL_CAST_FROM_STRING
QT += testlib testlib-private qml quick gui qml-private v8-private core-private
-load(qt_module_config)
+load(qt_module)
# Install qmltestcase.prf into the Qt mkspecs so that "CONFIG += qmltestcase"
# can be used in customer applications to build against QtQuickTest.