aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qmlextensionplugins/plugins.qmlproject
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-08-08 17:42:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-09 12:46:05 +0200
commitfc665d512736e1249480a835e26410a92939e535 (patch)
tree89bfa6eaf3a86382add3c27c20a5ade414d1c950 /examples/qml/qmlextensionplugins/plugins.qmlproject
parent84a4d5d9fe57af1091c4c36eabf8a674d7140bac (diff)
Doc: Moved QML "plugins" example to "qmlextensionplugins"
The example generates a plugins.html which collides with the plugins.html from qtbase repository. Task-number: QTBUG-32580 Change-Id: I47ce9e00378738f7696672e6e47dd3337bb4fafc Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/qml/qmlextensionplugins/plugins.qmlproject')
-rw-r--r--examples/qml/qmlextensionplugins/plugins.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/qml/qmlextensionplugins/plugins.qmlproject b/examples/qml/qmlextensionplugins/plugins.qmlproject
new file mode 100644
index 0000000000..771ab45b66
--- /dev/null
+++ b/examples/qml/qmlextensionplugins/plugins.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "plugins.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}