diff options
author | Joerg Bornemann <[email protected]> | 2024-02-19 11:55:45 +0100 |
---|---|---|
committer | Joerg Bornemann <[email protected]> | 2024-02-21 14:27:54 +0100 |
commit | 7d1dd8d71d51bb5dc745660b7a704f1856a25e39 (patch) | |
tree | c1bc2d3aee03025ffb9949cb7ceb486f9c62ef65 /examples/qml/qml-i18n | |
parent | 8d3ed392bb51dc70c04aa521f1380616a78be7a9 (diff) |
CMake: Rename I18N_*LANGUAGES variables and parameters
...according to the Qt 6.7 CMake API review.
Pick-to: 6.7
Task-number: QTBUG-122396
Change-Id: I36d716845d2ce9ed09ed9840f7a1564f59f36977
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/qml/qml-i18n')
-rw-r--r-- | examples/qml/qml-i18n/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/qml-i18n/CMakeLists.txt b/examples/qml/qml-i18n/CMakeLists.txt index 928b1631b9..42df354a31 100644 --- a/examples/qml/qml-i18n/CMakeLists.txt +++ b/examples/qml/qml-i18n/CMakeLists.txt @@ -12,7 +12,7 @@ set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/qml/qmli18n") find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick Qml LinguistTools) -qt_standard_project_setup(REQUIRES 6.5 I18N_LANGUAGES en en_AU fr) +qt_standard_project_setup(REQUIRES 6.5 I18N_TRANSLATED_LANGUAGES en en_AU fr) qt_add_executable(qmli18n WIN32 MACOSX_BUNDLE main.cpp) |