aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml-i18n/qml-i18n.qmlproject
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-08-12 15:24:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-13 14:52:27 +0200
commitf0e285381800c0809e5bfd3a4871a2283ea10fb9 (patch)
tree0f3718937db9bd89a335b29029abcc8c73785a8f /examples/qml/qml-i18n/qml-i18n.qmlproject
parent65aaea88d9ad2d01f39e76b9ccae0930e67aef9f (diff)
Doc: Renamed and moved examples/qml/i18n to examples/qml/qml-i18n
-the generated HTML page conflicts with the i18n.html page from qtdoc. -edited the content. Task-number: QTBUG-32580 Change-Id: I32ded1913d9faecb95e28043983e957ccd0e8749 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/qml/qml-i18n/qml-i18n.qmlproject')
-rw-r--r--examples/qml/qml-i18n/qml-i18n.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/qml/qml-i18n/qml-i18n.qmlproject b/examples/qml/qml-i18n/qml-i18n.qmlproject
new file mode 100644
index 0000000000..a1a56c2bb2
--- /dev/null
+++ b/examples/qml/qml-i18n/qml-i18n.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "qml-i18n.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}