aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-06-21 16:28:30 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-06-24 10:53:18 +0200
commitc9e901db891336434b682dd92ec8e2d18a8e7c03 (patch)
tree1f8fa1449239a520992672735688c6e6dfa81896 /tests/auto/qml/qmlbasicapp
parent5e78dc847d64cf99548d2b26cd957fb550c90cf2 (diff)
CMake: Copy RESOURCES files to the build directory, too
We need to treat them exactly like QML_FILES. Pick-to: 6.2 Change-Id: I5582ad933c844c55f9015478672607e6d1218d84 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlbasicapp')
-rw-r--r--tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp b/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
index bd3584ba37..9f027c3d8a 100644
--- a/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
+++ b/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
@@ -75,7 +75,6 @@ void tst_basicapp::fileSystemFiles()
QVERIFY(QFile::exists(basedir + QStringLiteral("/main.qml")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/Clock.qml")));
- QEXPECT_FAIL(nullptr, "Does not install RESOURCES in qrc", Abort);
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/center.png")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/clock.png")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/hour.png")));