diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-02 15:55:06 +1000 |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-02 15:55:06 +1000 |
commit | feb79bba984520fa30bad83eb4a6f34cfb86a697 (patch) | |
tree | 9e3ad14e243c84f0dea08bf2dfca19b070fe450d /imports | |
parent | 26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae (diff) | |
download | qt4-tools-feb79bba984520fa30bad83eb4a6f34cfb86a697.tar.gz |
Move WebView to an extension plugin.
Using WebView now requires:
import org.webkit 1.0
Task-number: QT-2995
Diffstat (limited to 'imports')
-rw-r--r-- | imports/org/webkit/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imports/org/webkit/qmldir b/imports/org/webkit/qmldir new file mode 100644 index 0000000000..258aa2cb59 --- /dev/null +++ b/imports/org/webkit/qmldir @@ -0,0 +1 @@ +plugin webkitqmlplugin |