aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/views.qmlproject
Commit message (Collapse)AuthorAgeFilesLines
* Update views example to use modulesUlf Hermann2021-08-301-0/+1
| | | | | | | | | | The qmake and qmlproject files are adapted to use the "shared" module, too. Pick-to: 6.2 Change-Id: I5fc4895416357ba202528b155581b1b5a880a68d Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Move examples aroundAlan Alpert2012-12-111-0/+16
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>