diff options
author | Alexey Edelev <[email protected]> | 2025-07-01 19:47:43 +0200 |
---|---|---|
committer | Alexey Edelev <[email protected]> | 2025-07-03 10:12:27 +0200 |
commit | d176aec80f066ff36535aca06c03ae83d3652349 (patch) | |
tree | 11a68352fe7a74a06f478234761b9383d5f5fd90 | |
parent | 79de947888856769f4355853657c1861bf81e02b (diff) |
Ensure that we produce the correct directory structure for the
QML module. This suppresses the tooling-related warning.
Pick-to: 6.8 6.9 6.10
Change-Id: Ia391663806e4d3428ca3ae2a5bfa8dda95f833da
Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r-- | tests/auto/qml/qmlcachegen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcachegen/CMakeLists.txt b/tests/auto/qml/qmlcachegen/CMakeLists.txt index 4e46c8a319..62bb1f17e6 100644 --- a/tests/auto/qml/qmlcachegen/CMakeLists.txt +++ b/tests/auto/qml/qmlcachegen/CMakeLists.txt @@ -48,6 +48,7 @@ qt_add_qml_module(tst_qmlcachegen_aotstats AotstatsMixed.qml SOURCES scriptstringprops.h + OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/Aotstats" ) qt_autogen_tools_initial_setup(tst_qmlcachegen_aotstatsplugin) add_dependencies(tst_qmlcachegen tst_qmlcachegen_aotstats) |