aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-25 19:11:25 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:00 -0300
commit610fc659e802c05e14ec4e905f06a19b5306ce2a (patch)
treeaa3b48047c06e78dad419ee5607a4a1017cdfd00 /doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject
parenta7263b23e001b5281119edd3c5d9f49513503afb (diff)
Added some QML tutorials to the documentation.
Diffstat (limited to 'doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject')
-rw-r--r--doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject b/doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject
new file mode 100644
index 000000000..d4909f868
--- /dev/null
+++ b/doc/tutorials/qmladvancedtutorial/samegame/samegame3/samegame3.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.0
+
+Project {
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+ /* List of plugin directories passed to QML runtime */
+ // importPaths: [ " ../exampleplugin " ]
+}