RESOLVED FIXED 27205
[Qt] Buildfix for QtWebKit on Win
https://bugs.webkit.org/show_bug.cgi?id=27205
Summary [Qt] Buildfix for QtWebKit on Win
Laszlo Gombos
Reported 2009-07-12 23:00:47 PDT
On Windows the target binary filename includes the major QtWebKit version number (e.g. QtWebKit4.lib, libQtWebKit4.a, QtWebKit4.dll). The version number needs to be included in the filename when linking against QtWebkit on win (e.g. when building QtLauncher) otherwise the linker will not find the library.
Attachments
Proposed patch. (1.09 KB, patch)
2009-07-12 23:41 PDT, Laszlo Gombos
vestbo: review+
Laszlo Gombos
Comment 1 2009-07-12 23:41:57 PDT
Created attachment 32647 [details] Proposed patch. Tested on win32-msvc2005.
Tor Arne Vestbø
Comment 2 2009-07-13 07:47:59 PDT
Comment on attachment 32647 [details] Proposed patch. Looks good, thanks!
Tor Arne Vestbø
Comment 3 2009-07-13 07:55:08 PDT
Landed in r45821 = 1c014fef133212af762efdf187b54bfe1be4dcf2 (svn/trunk)
Note You need to log in before you can comment on or make changes to this bug.