aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/objectlistmodel/objectlistmodel.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed install targets for model examplesOliver Wolff2012-12-111-0/+3
| | | | | Change-Id: I4c23fe37ec7adc17180c2405e68273b5cd3ee219 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Move examples aroundAlan Alpert2012-12-111-0/+6
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>