diff options
author | commit-queue@webkit.org <commit-queue@webkit.org> | 2013-01-13 17:18:00 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-17 14:06:03 +0100 |
commit | 9cf93e3805aee0647510e0f3d243c7b8869b1348 (patch) | |
tree | d2b1034af20c00cbc6d40fe790660034540fa220 /Source/JavaScriptCore/disassembler/Disassembler.h | |
parent | c10f01da1e92328959cd6cf7c8951888c86ad5dc (diff) | |
download | qtwebkit-9cf93e3805aee0647510e0f3d243c7b8869b1348.tar.gz |
Fix CONFIG missing link_pkgconfig on Windows
https://bugs.webkit.org/show_bug.cgi?id=106647
Some libraries (e.g. libxslt, libxml2 and sqlite3) fail to link
properly on Windows because they are added to PKGCONFIG but
CONFIG does not contain link_pkgconfig.
This is because link_pkgconfig is added in unix/default_pre.prf
which is only used for UNIX platforms. To fix this, move it to
the general default_pre.prf.
Patch by Jonathan Liu <net147@gmail.com> on 2013-01-13
Reviewed by Simon Hausmann.
* qmake/mkspecs/features/default_pre.prf:
* qmake/mkspecs/features/unix/default_pre.prf:
Change-Id: Idf08d5f0c9ca531605da5d1474cff09c2bc1c042
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@139570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/disassembler/Disassembler.h')
0 files changed, 0 insertions, 0 deletions