[PyQt] Compiling WebKit in static build
Giovanni Bajo
rasky at develer.com
Fri May 28 15:28:47 BST 2010
Hello Phil,
I've got linker errors while compiling WebKit in a static build under
Windows. The problem is that WebKit requires two additional libraries:
shlwapi.lib and version.lib.
The original bug appears to be in Qt: qmake.conf (for msvc
configurations) does not contain a line such as:
QMAKE_LIBS_WEBKIT = shlwapi.lib version.lib
After I add it, it is sufficient the attached patch to sip.
I will submit the qmake.conf patch to Nokia soon. It's well possible
that they never used webkit in a static link scenario.
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: webkit.patch
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100528/079ebf47/attachment.ksh>
More information about the PyQt
mailing list