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/3rdparty/webkit/WebCore | |
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/3rdparty/webkit/WebCore')
-rw-r--r-- | src/3rdparty/webkit/WebCore/WebCore.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro index f0e41bc..e208b5f 100644 --- a/src/3rdparty/webkit/WebCore/WebCore.pro +++ b/src/3rdparty/webkit/WebCore/WebCore.pro @@ -25,6 +25,13 @@ symbian: { webkitbackup.sources = ../WebKit/qt/symbian/backup_registration.xml webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,) + contains(QT_CONFIG, declarative): { + declarativeImport.sources = qmlwebkitplugin$${QT_LIBINFIX}.dll + declarativeImport.sources += ../WebKit/qt/declarative/qmldir + declarativeImport.path = c:$$QT_IMPORTS_BASE_DIR/QtWebKit + DEPLOYMENT += declarativeImport + } + DEPLOYMENT += webkitlibs webkitbackup # Need to guarantee that these come before system includes of /epoc32/include |