qt5base-lts/tests/auto/testlib/selftests/findtestdata/findtestdata.qrc
Rohan McGovern 2d8d258f1d 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>
2011-12-05 06:00:04 +01:00

6 lines
94 B
Plaintext

<RCC>
<qresource prefix="/qt/etc/" >
<file>qt.conf</file>
</qresource>
</RCC>