summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins/plugins.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported plugin version flags in .pro files of declarative examplesJoona Petrell2010-04-161-1/+0
| | | | | Task-number: QTBUG-9191 Reviewed-by: Martin Jones
* Fix plugin example compilation on Symbian armJoona Petrell2010-04-011-1/+6
| | | | | Task-number: QTBUG-9520 Reviewed-by: Martin Jones
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-4/+4
| | | | QDeclarativeXXX.
* 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/
* Get rid of QmlModulePlugin.Roberto Raggi2010-02-231-2/+11
|
* Compile fix for OSX.Roberto Raggi2010-02-121-1/+2
|
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-1/+3
|
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+12
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.