diff options
| author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2011-06-07 08:28:02 -0500 |
|---|---|---|
| committer | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2011-06-07 08:28:02 -0500 |
| commit | 79e3289376aa1b7d8df0b46f62e2a83b98845955 (patch) | |
| tree | 99cd95c2204439693fab544db0258d023cf90d55 | |
| parent | 50ccddca51daf995c5cc9505f36c9acc979e0f25 (diff) | |
Fix missing include->load conversion of qbase.pri
| -rw-r--r-- | src/qmltest/qmltest.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro index 0c3b7c825d..1c2bfd0ab0 100644 --- a/src/qmltest/qmltest.pro +++ b/src/qmltest/qmltest.pro @@ -11,7 +11,7 @@ QT += testlib-private declarative script testlib DEFINES += QT_BUILD_QUICK_TEST_LIB QT_NO_URL_CAST_FROM_STRING -include($$QT_SOURCE_TREE/src/qbase.pri) +load(qt_module_config) # Install qmltestcase.prf into the Qt mkspecs so that "CONFIG += qmltestcase" # can be used in customer applications to build against QtQuickTest. |
