From 97123dbe6755a787e93797f717f8ebf193352b85 Mon Sep 17 00:00:00 2001 From: Andrei Golubev Date: Tue, 25 Jan 2022 21:30:41 +0100 Subject: qmltc: Rename CMake command's argument FILES -> QML_FILES This way we make it consistent with qt_add_qml_module() Fixes: QTBUG-100214 Pick-to: 6.3 Change-Id: I9f38a8ba3dec978ccdf4ea937ff662ae2449e582 Reviewed-by: Alexandru Croitor --- tests/auto/qml/qmltc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/qml/qmltc/CMakeLists.txt') 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} ) -- cgit v1.2.3