From eb6199da86b90a628e272381a28c91ab64c3dbfa Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 10 Aug 2012 16:51:01 +1000 Subject: 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 --- .../models/objectlistmodel/objectlistmodel.qmlproject | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/quick/models/objectlistmodel/objectlistmodel.qmlproject (limited to 'examples/quick/models/objectlistmodel/objectlistmodel.qmlproject') diff --git a/examples/quick/models/objectlistmodel/objectlistmodel.qmlproject b/examples/quick/models/objectlistmodel/objectlistmodel.qmlproject new file mode 100644 index 0000000000..2bb4016996 --- /dev/null +++ b/examples/quick/models/objectlistmodel/objectlistmodel.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: "." + } +} -- cgit v1.2.3