aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-30 16:44:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-01 02:40:06 +0100
commit5b949572aa56c5bce087fb0c023af7c96c40f139 (patch)
treebfedfaf83e122974cdc0a29438ba7a17639b72d7 /examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject
parentfdbdbbdd4ff05d1ceb7667227db5b14687a77c96 (diff)
Have tutorial built along with other examples
Change-Id: I9f64659ca1621a5fea8e9013ecd264d971207d4d Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject')
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject b/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject
new file mode 100644
index 0000000000..d4909f8685
--- /dev/null
+++ b/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.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 " ]
+}