summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/enabled-qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Examples: fixed to work with QAbstractTransform as QObjectPaul Lemire2015-04-271-40/+41
| | | | | | | | Also fixed QTransform to copy proper transformation matrix to work when loaded in the backend and sent to the frontend. Change-Id: Iec417fd49092b5e3d7971784327ff4bbfb75549b Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Move the examples under a qt3d subdirLaszlo Agocs2015-03-041-0/+200
Modules cannot have their examples in the top-level examples directory because in the pre-built packages all modules' examples are merged together. Change-Id: I80fdbb8f1ec6f3d8fd793e4d856e705000237127 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>