aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/objectlistmodel/objectlistmodel.pro
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/models/objectlistmodel/objectlistmodel.pro
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/models/objectlistmodel/objectlistmodel.pro')
-rw-r--r--examples/quick/models/objectlistmodel/objectlistmodel.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quick/models/objectlistmodel/objectlistmodel.pro b/examples/quick/models/objectlistmodel/objectlistmodel.pro
new file mode 100644
index 0000000000..7f323c3999
--- /dev/null
+++ b/examples/quick/models/objectlistmodel/objectlistmodel.pro
@@ -0,0 +1,6 @@
+QT += qml quick
+
+SOURCES += main.cpp \
+ dataobject.cpp
+HEADERS += dataobject.h
+RESOURCES += objectlistmodel.qrc