aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml-i18n/i18n/base.ts
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-03-04 17:22:11 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-03-05 11:18:50 +0200
commit069afedec9e42c1d3ce6673a405337dfbc309992 (patch)
tree2429846399126e0fcafb37e22ddd7f8fd76d3b9e /examples/qml/qml-i18n/i18n/base.ts
parent1fef24732bb5114392626a7fef956625a6cc66ac (diff)
Examples: add .pro project for qml-i18n example
Currently only the .qmlproject is available for this project, which won't deploy on Android, thus adding .pro project files. Also, since the translation won't work without the *.qm files being present as resources, those files are included by default with example. Task-number: QTBUG-80717 Change-Id: I86ac6c4097e4207b7f62d628f9a72439e78639db Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/qml/qml-i18n/i18n/base.ts')
-rw-r--r--examples/qml/qml-i18n/i18n/base.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/qml-i18n/i18n/base.ts b/examples/qml/qml-i18n/i18n/base.ts
index 77c640f370..99ceeeb016 100644
--- a/examples/qml/qml-i18n/i18n/base.ts
+++ b/examples/qml/qml-i18n/i18n/base.ts
@@ -4,7 +4,7 @@
<context>
<name>qml-i18n</name>
<message>
- <location filename="../qml-i18n.qml" line="66"/>
+ <location filename="../qml-i18n.qml" line="68"/>
<source>Hello</source>
<translation type="unfinished"></translation>
</message>