summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit/plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old WebView element in src/import. The new one is in ↵Alexis Menard2010-06-181-67/+0
| | | | | | | | | src/3rdparty/webkit Also change a bit the demo due to a little API change. The module is not org.webkit but QtWebKit now. Reviewed-by:simon hausmann
* Unify naming of import plugin targetsJoona Petrell2010-05-261-1/+1
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+1
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Fix settings (was not exported type).Warwick Allison2010-03-031-0/+1
|
* Fix build of importsTobias Hunger2010-03-021-0/+66
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree