summaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/testlib.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 09:50:27 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 09:50:27 +1000
commitc06d64bb49c26e13d8aa27275838389484bb64a0 (patch)
treea8bf10fc45d9b1d5d8507302f1f57bc7f35545c1 /src/imports/testlib/testlib.pro
parent2dbed27be16066b2dd4b17f960758171c610daea (diff)
Use QtQuickTest as the uniform name for the module
Diffstat (limited to 'src/imports/testlib/testlib.pro')
-rw-r--r--src/imports/testlib/testlib.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/testlib/testlib.pro b/src/imports/testlib/testlib.pro
index b3b91c9..f1ae659 100644
--- a/src/imports/testlib/testlib.pro
+++ b/src/imports/testlib/testlib.pro
@@ -21,8 +21,8 @@ qdeclarativesources.files += \
TestCase.qml \
testlogger.js
-qdeclarativesources.path += $$[QT_INSTALL_IMPORTS]/QtTest
-target.path += $$[QT_INSTALL_IMPORTS]/QtTest
+qdeclarativesources.path += $$[QT_INSTALL_IMPORTS]/QtQuickTest
+target.path += $$[QT_INSTALL_IMPORTS]/QtQuickTest
INSTALLS += qdeclarativesources target
include(../../quicktestlib/quicktestlib_dep.pri)