aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2025-03-04 08:52:27 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2025-03-04 17:15:14 +0100
commit733b35108f88471892f8bd7512ff9f2ae433b11c (patch)
tree66be49082a7c4b9abf9116fd4de8e551b8541348 /tests/auto/qml/qmlcppcodegen
parentdaf57e29de918b7b4be7bb0d469db0c51d41bb07 (diff)
tst_qmlcppcodegen: Avoid cmake warning
Change-Id: Ic737b2750114d022dbc292ebc19da36b82db1c2a Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen')
-rw-r--r--tests/auto/qml/qmlcppcodegen/data/Confused/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/Confused/CMakeLists.txt b/tests/auto/qml/qmlcppcodegen/data/Confused/CMakeLists.txt
index 1d03252ff9..e9a5792ebe 100644
--- a/tests/auto/qml/qmlcppcodegen/data/Confused/CMakeLists.txt
+++ b/tests/auto/qml/qmlcppcodegen/data/Confused/CMakeLists.txt
@@ -16,6 +16,7 @@ qt_add_qml_module(confused_test_module
Main2.qml
Test/test.js
Test/broken.js
+ NO_GENERATE_EXTRA_QMLDIRS # Avoid QTP0004 warning
RESOURCES
Test/qmldir
)