aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/qqmllanguage.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-05-17 15:18:19 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-02 07:54:43 +0200
commitbf38af357f3baee0250f4c287f3e496d8a11ca46 (patch)
tree73c39a79b8fed50314e7b273212c47a0ff1de3ed /tests/auto/qml/qqmllanguage/qqmllanguage.pro
parentdfb39b0a78efcceb117b237d9f97b1d03a7174ba (diff)
Use QQmlDataTest to resolve qqqmlanguage test data paths.
Fix failures in shadow builds. Change-Id: I008b76cfc0934e87edf07e79aec32bdeedf7d015 Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests/auto/qml/qqmllanguage/qqmllanguage.pro')
-rw-r--r--tests/auto/qml/qqmllanguage/qqmllanguage.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllanguage/qqmllanguage.pro b/tests/auto/qml/qqmllanguage/qqmllanguage.pro
index df52a45c64..5cbf0873e9 100644
--- a/tests/auto/qml/qqmllanguage/qqmllanguage.pro
+++ b/tests/auto/qml/qqmllanguage/qqmllanguage.pro
@@ -13,3 +13,5 @@ SOURCES += ../../shared/testhttpserver.cpp
TESTDATA = data/*
QT += core-private gui-private v8-private qml-private network testlib
+
+include (../../shared/util.pri)