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:
parent
a154858741
commit
4c98d0e1c7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user