aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2022-02-16 17:13:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-21 12:08:45 +0000
commit063b5656b98e118be76ba4b85944efe1fe9a1754 (patch)
tree28d581ef253da420cb4f7a44647b5b95a27789fe
parent82d9d8ec445c20056087374812f12d7f6ee27670 (diff)
tst_qmltc_examples: Fix a documentation leftover (FILES -> QML_FILES)
Amends 97123dbe6755a787e93797f717f8ebf193352b85 Change-Id: I0f13df4abff4ba2f0bb066480a157f6cfbefa3c2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit bd968fa6ff07cda5d96dd5c9851bb1c98ee4f318) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/snippets/qmltc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/snippets/qmltc/CMakeLists.txt b/src/qml/doc/snippets/qmltc/CMakeLists.txt
index 69bfda7249..671db0e30d 100644
--- a/src/qml/doc/snippets/qmltc/CMakeLists.txt
+++ b/src/qml/doc/snippets/qmltc/CMakeLists.txt
@@ -52,8 +52,8 @@ qt6_add_qml_module(${application_name}
# (qmltc-specific) Link *private* libraries that correspond to QML modules:
target_link_libraries(${application_name} PRIVATE Qt::QmlPrivate Qt::QuickPrivate)
-# Compile qml files (listed in FILES) to C++ using qmltc and add these files to
-# the application binary:
+# Compile qml files (listed in QML_FILES) to C++ using qmltc and add these files
+# to the application binary:
qt6_target_compile_qml_to_cpp(${application_name}
QML_FILES ${application_qml_files}
)