summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+6
| | | | Task-number: QT-2798
* 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-089-31/+135
|
* Load qmlmodules plugins.Warwick Allison2010-01-074-0/+136
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.