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 --- examples/quick/models/models.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/quick/models/models.pro (limited to 'examples/quick/models/models.pro') diff --git a/examples/quick/models/models.pro b/examples/quick/models/models.pro new file mode 100644 index 0000000000..60407a679e --- /dev/null +++ b/examples/quick/models/models.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs +SUBDIRS = \ +# abstractitemmodel \ #Doesn't build right now + objectlistmodel \ + stringlistmodel -- cgit v1.2.3