summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the useless import 'files'Roberto Raggi2010-02-231-1/+0
| | | | Reviewed-by: mae
* Fixed the install rules for the QML plugins example.Roberto Raggi2010-02-231-11/+14
| | | | | | | | Install the QML components in $[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample and the source files in $[QT_INSTALL_EXAMPLES]/declarative/plugins/
* Added the qmldir file for declarative plugins exampleThorbjørn Lindeijer2010-02-231-0/+2
|
* Get rid of QmlModulePlugin.Roberto Raggi2010-02-237-11/+16
|
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Compile fix for OSX.Roberto Raggi2010-02-121-1/+2
|
* 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.