summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins/plugins.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples/declarative/plugins exampleAlan Alpert2010-01-191-1/+2
|
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-17/+5
|
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+23
This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types.