[Qt] Fix Qt-Mac build after libxml patch
Created attachment 137832 [details] Patch
Comment on attachment 137832 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137832&action=review > Source/WebCore/WebCore.pri:118 > + LIBS += -lxml2 -lxslt Shouldn't it be the other way around? pkg-config --libs prints -lxslt -lxml2 for me.
Comment on attachment 137832 [details] Patch Clearing flags on attachment: 137832 Committed r114627: <http://trac.webkit.org/changeset/114627>
All reviewed patches have been landed. Closing bug.