Fix linking order of libxslt and libxml

libxslt depends on libxml, so we need xslt before xml on the linker-line.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-01-15 09:27:37 +01:00 committed by Dirk Hohndel
parent 9e70f556c5
commit 11dd5bda57

View file

@ -111,7 +111,7 @@ link_pkgconfig {
QMAKE_CFLAGS *= $$XML2_CFLAGS $$XSLT_CFLAGS
QMAKE_CXXFLAGS *= $$XML2_CFLAGS $$XSLT_CFLAGS
LIBS *= $$XML2_LIBS $$XSLT_LIBS
LIBS *= $$XSLT_LIBS $$XML2_LIBS
#
# Find other pkg-config-based projects