aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/tooling_imports/First/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/tooling_imports/First/CMakeLists.txt')
-rw-r--r--tests/auto/cmake/tooling_imports/First/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/cmake/tooling_imports/First/CMakeLists.txt b/tests/auto/cmake/tooling_imports/First/CMakeLists.txt
index 3fc0fda56f..55a834b23e 100644
--- a/tests/auto/cmake/tooling_imports/First/CMakeLists.txt
+++ b/tests/auto/cmake/tooling_imports/First/CMakeLists.txt
@@ -9,4 +9,5 @@ qt_add_qml_module(BackingFirst
Neighbor.h
QML_FILES
DoSomething.qml
+ RESOURCE_PREFIX /
)