aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/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/qml/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/qml/imageprovider/imageprovider.qmlproject')
-rw-r--r--examples/qml/imageprovider/imageprovider.qmlproject14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/qml/imageprovider/imageprovider.qmlproject b/examples/qml/imageprovider/imageprovider.qmlproject
deleted file mode 100644
index 2bb4016996..0000000000
--- a/examples/qml/imageprovider/imageprovider.qmlproject
+++ /dev/null
@@ -1,14 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
-}