summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-29 12:57:35 (GMT)
committeraxis <qt-info@nokia.com>2010-06-29 12:58:53 (GMT)
commit05f4d51a69516aa585f9941960afd483325e562f (patch)
treed1916b2128910a8c660d0655f5b6c6048cf84273 /src/3rdparty/webkit
parentce57d92ef5723f54c1e3a1b50d66eb74273b995b (diff)
downloadQt-05f4d51a69516aa585f9941960afd483325e562f.zip
Qt-05f4d51a69516aa585f9941960afd483325e562f.tar.gz
Qt-05f4d51a69516aa585f9941960afd483325e562f.tar.bz2
Fixed deployment paths for WebKit declarative plugin.
Diffstat (limited to 'src/3rdparty/webkit')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index 1162a52..c1661a4 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -26,7 +26,7 @@ symbian: {
webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
contains(QT_CONFIG, declarative) {
- declarativeImport.sources = qmlwebkitplugin$${QT_LIBINFIX}.dll
+ declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll
declarativeImport.sources += ../WebKit/qt/declarative/qmldir
declarativeImport.path = c:$$QT_IMPORTS_BASE_DIR/QtWebKit
DEPLOYMENT += declarativeImport