diff options
author | axis <qt-info@nokia.com> | 2010-06-29 12:57:35 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 12:58:53 (GMT) |
commit | 05f4d51a69516aa585f9941960afd483325e562f (patch) | |
tree | d1916b2128910a8c660d0655f5b6c6048cf84273 | |
parent | ce57d92ef5723f54c1e3a1b50d66eb74273b995b (diff) | |
download | Qt-05f4d51a69516aa585f9941960afd483325e562f.zip Qt-05f4d51a69516aa585f9941960afd483325e562f.tar.gz Qt-05f4d51a69516aa585f9941960afd483325e562f.tar.bz2 |
Fixed deployment paths for WebKit declarative plugin.
-rw-r--r-- | src/3rdparty/webkit/WebCore/WebCore.pro | 2 |
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 |