diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 11:55:31 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 11:55:31 (GMT) |
commit | 3119f5e2d675ba5d39e94cdae26db9eb8f373eab (patch) | |
tree | c2f5d1d682e3113232d7cc0af0e48f9d4a902656 /src/s60installs | |
parent | 3555687f5ff270c61499a5597444895bec0d70fb (diff) | |
download | Qt-3119f5e2d675ba5d39e94cdae26db9eb8f373eab.zip Qt-3119f5e2d675ba5d39e94cdae26db9eb8f373eab.tar.gz Qt-3119f5e2d675ba5d39e94cdae26db9eb8f373eab.tar.bz2 |
Moved the QML WebKit integration into QtWebKit.sis
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/s60installs.pro | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index a093e4c..4addb84 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -175,13 +175,6 @@ symbian: { particlesImport.path = c:$$QT_IMPORTS_BASE_DIR/Qt/labs/particles DEPLOYMENT += folderlistmodelImport gesturesImport particlesImport - - contains(QT_CONFIG, webkit): { - webkitImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll - webkitImport.sources += $$QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/declarative/qmldir - webkitImport.path = c:$$QT_IMPORTS_BASE_DIR/QtWebKit - DEPLOYMENT += webkitImport - } } graphicssystems_plugins.path = c:$$QT_PLUGINS_BASE_DIR/graphicssystems |