aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageprovider/imageprovider.qmlproject
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-08-10 16:51:01 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 00:42:36 +0100
commiteb6199da86b90a628e272381a28c91ab64c3dbfa (patch)
treea74b9f37a6c060d75f1460a57423910bd91db4c0 /examples/quick/imageprovider/imageprovider.qmlproject
parenta6065d60f158ffad7a94877883af69731da94295 (diff)
Move examples around
imageprovider is a QtQuick example. Models and Views examples are now split up, as one is a collection of C++ examples and the other is banded into a single QML example. Task-Number: QTBUG-24133 Change-Id: I81874871bd69ffef6a88df84f3d3f649e0c56bc6 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/quick/imageprovider/imageprovider.qmlproject')
-rw-r--r--examples/quick/imageprovider/imageprovider.qmlproject14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quick/imageprovider/imageprovider.qmlproject b/examples/quick/imageprovider/imageprovider.qmlproject
new file mode 100644
index 0000000000..2bb4016996
--- /dev/null
+++ b/examples/quick/imageprovider/imageprovider.qmlproject
@@ -0,0 +1,14 @@
+import QmlProject 1.0
+
+Project {
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}