aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/views.pro
Commit message (Collapse)AuthorAgeFilesLines
* Use resource files for most examplesKai Koehne2012-12-121-11/+4
| | | | | | | | | Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
* Move examples aroundAlan Alpert2012-12-111-0/+17
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>