aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2022-01-25 21:30:41 +0100
committerAndrei Golubev <andrei.golubev@qt.io>2022-01-27 11:29:49 +0100
commitf90aba4a53d7b30a963154e01010e683c9e6a869 (patch)
tree34bad8dc7595ce7630ae16dc0e9a8e9e1ff5fdad /tests
parentbe3f352c3391421d7e4836b23568b7ee85a425cd (diff)
qmltc: Rename CMake command's argument FILES -> QML_FILES
This way we make it consistent with qt_add_qml_module() Fixes: QTBUG-100214 Change-Id: I9f38a8ba3dec978ccdf4ea937ff662ae2449e582 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 97123dbe6755a787e93797f717f8ebf193352b85) Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmltc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmltc/CMakeLists.txt b/tests/auto/qml/qmltc/CMakeLists.txt
index 26cb145807..258a330fad 100644
--- a/tests/auto/qml/qmltc/CMakeLists.txt
+++ b/tests/auto/qml/qmltc/CMakeLists.txt
@@ -115,7 +115,7 @@ target_compile_definitions(tst_qmltc_diskcache PRIVATE
)
qt_internal_target_compile_qml_to_cpp(tst_qmltc_diskcache
NAMESPACE QmltcTest
- FILES
+ QML_FILES
${qml_sources}
)
@@ -140,7 +140,7 @@ target_compile_definitions(tst_qmltc_nodiskcache PRIVATE
)
qt_internal_target_compile_qml_to_cpp(tst_qmltc_nodiskcache
# NAMESPACE QmltcTest # use QT_NAMESPACE instead
- FILES
+ QML_FILES
${qml_sources}
)