summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/findtestdata/findtestdata.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-12-05 14:08:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-05 06:00:04 +0100
commit2d8d258f1dd475c3d7aad2629c79d9be5087cbab (patch)
tree23dda11b60999b7ab8819f5e812fc9e971527a16 /tests/auto/testlib/selftests/findtestdata/findtestdata.pro
parent25be03f046ae6f1301f068c460b03be5c76c48f0 (diff)
Fixed tst_selftests findtestdata subtest for shadow builds.
This test uses qt.conf to enforce a predictable tests install location. This was not working in the shadow build case, as qt.conf was only present in the source tree; embed it as a resource at :/qt/etc/qt.conf so it works in the shadow build case too. Change-Id: Iec708d9686c29a1fc5ff0020dc11a93a593d20c5 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/findtestdata/findtestdata.pro')
-rw-r--r--tests/auto/testlib/selftests/findtestdata/findtestdata.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/findtestdata/findtestdata.pro b/tests/auto/testlib/selftests/findtestdata/findtestdata.pro
index 6e072aeb6f..f04a640c59 100644
--- a/tests/auto/testlib/selftests/findtestdata/findtestdata.pro
+++ b/tests/auto/testlib/selftests/findtestdata/findtestdata.pro
@@ -4,5 +4,6 @@ QT = core testlib
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
+RESOURCES = findtestdata.qrc
TARGET = findtestdata