diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-04 09:50:48 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-04 09:50:48 (GMT) |
commit | 425e1941633e0d96f469a06e4cc8eeb0fd22ff9f (patch) | |
tree | 7accec9fba205c0927d1576786eb300460d40eac /src/3rdparty | |
parent | c8502375c5b31d1b5726cad3efe95539d41fbb4e (diff) | |
download | Qt-425e1941633e0d96f469a06e4cc8eeb0fd22ff9f.zip Qt-425e1941633e0d96f469a06e4cc8eeb0fd22ff9f.tar.gz Qt-425e1941633e0d96f469a06e4cc8eeb0fd22ff9f.tar.bz2 |
Do the correct thing for make sis for webkit
Diffstat (limited to 'src/3rdparty')
-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 c7e5655..8cd97a9 100644 --- a/src/3rdparty/webkit/WebCore/WebCore.pro +++ b/src/3rdparty/webkit/WebCore/WebCore.pro @@ -8,7 +8,7 @@ symbian: { TARGET.CAPABILITY = All -Tcb TARGET.UID3 = 0x200267C2 - webkitlibs.sources = QtWebKit.dll + webkitlibs.sources = $$QMAKE_LIBDIR_QT/QtWebKit.dll webkitlibs.path = /sys/bin vendorinfo = \ "; Localised Vendor name" \ |