Latest libxml2 from MXE needs to link against liblzma.
This commit is contained in:
parent
a5e4def690
commit
fbf6db2d12
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ isEmpty(LIBXML2_LIBPATH) {
|
|||
}
|
||||
|
||||
CONFIG(mingw-cross-env): {
|
||||
LIBXML2_LIBS += -llzma
|
||||
!CONFIG(mingw-cross-env-shared) {
|
||||
DEFINES += LIBXML_STATIC
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue