aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-05-31 15:02:18 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-06-02 02:42:52 +0200
commit4a32ceec401b772cc0335f03310e714555b6e9c2 (patch)
treeb433548084489be7a94942b965864c46a67eee46 /examples
parente3e8008ec325bdc690fd9600025d66860cac5e62 (diff)
Fix URI of i18n example
It shouldn't be "dynamicscene" as that URI is already used by a different example. Change-Id: I35ac6b7ea70703f24304f640252f922d6a5b2371 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/qml-i18n/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/qml-i18n/CMakeLists.txt b/examples/qml/qml-i18n/CMakeLists.txt
index ad69bd6db6..57ebd06748 100644
--- a/examples/qml/qml-i18n/CMakeLists.txt
+++ b/examples/qml/qml-i18n/CMakeLists.txt
@@ -22,7 +22,7 @@ target_link_libraries(qmli18n PRIVATE
)
qt_add_qml_module(qmli18n
- URI dynamicscene
+ URI i18n
VERSION 1.0
QML_FILES
qml-i18n.qml