aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-03 11:14:38 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-14 21:43:53 +0200
commit62ade27f058dd3286fb6b4ec40eb3c5fd049dc9c (patch)
treeafbdbb7bf5d1c477eac600aeb1e8de7c7b8e77ee /tests/auto/qml/qqmljsscope
parentf8084549005275e4fe90797dc743262218731345 (diff)
Fix cmake warning about lack of RESOURCE_PREFIX
Expliciltly specify the default recommended by the warning. Pick-to: 6.4 Change-Id: I2710a6024cee6a1de00fb6a308eea0991d08a448 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmljsscope')
-rw-r--r--tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt b/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt
index 46bca5694f..282cf2e55b 100644
--- a/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt
+++ b/tests/auto/qml/qqmljsscope/QualifiedNamesTests/CMakeLists.txt
@@ -13,6 +13,7 @@ qt6_add_qml_module(qualified_names_test_module
PAST_MAJOR_VERSIONS
1 5
URI QualifiedNamesTests
+ RESOURCE_PREFIX "/"
SOURCES
testtypes.h
RESOURCE_PREFIX "/"