diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-06-18 12:22:13 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-06-18 12:23:45 (GMT) |
commit | 8f1def139d6eaf99c22b43536d056964e0d41245 (patch) | |
tree | 8bfa47eb4a9632bebe45f8896c511c6833ea84f9 /src/imports/imports.pro | |
parent | 0ce072e74aea546852b6bb4b7f0c0fe0e2678aa5 (diff) | |
download | Qt-8f1def139d6eaf99c22b43536d056964e0d41245.zip Qt-8f1def139d6eaf99c22b43536d056964e0d41245.tar.gz Qt-8f1def139d6eaf99c22b43536d056964e0d41245.tar.bz2 |
Remove the old WebView element in src/import. The new one is in 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
Diffstat (limited to 'src/imports/imports.pro')
-rw-r--r-- | src/imports/imports.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro index 7f9331a..5e50b08 100644 --- a/src/imports/imports.pro +++ b/src/imports/imports.pro @@ -2,5 +2,3 @@ TEMPLATE = subdirs SUBDIRS += folderlistmodel particles gestures -contains(QT_CONFIG, webkit): SUBDIRS += webkit - |