summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+1
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Fix location in which webkit import is stored in builddirTobias Hunger2010-03-101-1/+1
|
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-092-4/+5
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Always copy the qmldir files into the build directoryTobias Hunger2010-03-081-2/+2
| | | | ... even when -prefix is set
* Fix settings (was not exported type).Warwick Allison2010-03-034-4/+8
|
* Fix build of importsTobias Hunger2010-03-027-0/+1917
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree