diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2025-11-24 13:18:51 +0100 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2025-11-26 09:49:39 +0100 |
| commit | 9f03f3842a2559f6186e6b251cf9a85ac6eab0dc (patch) | |
| tree | 88537ca9d98837d31f157ecbdcbd07d576d5ba59 /tests/auto/qml/qmlcppcodegen | |
| parent | e82ada1140123df34fde5a68e2ff465b212dbfe0 (diff) | |
CMake: Allow qmlls.build.ini generation to be skipped
We don't want a qmlls.build.ini to be generated on a module that's
intentionally hidden from the outside world. That won't work anyway.
Change-Id: I4231361ab4d786d661db19f80b5cf0de84cc0b35
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/WithSubDir/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/WithSubDir/CMakeLists.txt b/tests/auto/qml/qmlcppcodegen/data/WithSubDir/CMakeLists.txt index 8453ad7023..41d2bec1bc 100644 --- a/tests/auto/qml/qmlcppcodegen/data/WithSubDir/CMakeLists.txt +++ b/tests/auto/qml/qmlcppcodegen/data/WithSubDir/CMakeLists.txt @@ -16,6 +16,7 @@ qt_add_qml_module(with_subdir_test_module # Don't complain about mismatched target paths NO_LINT + __QT_INTERNAL_NO_GENERATE_QMLLS_BUILD_INI ) target_link_libraries(with_subdir_test_module |
