Fix compilation on Linux: link to zlib in the bootstrapped tools.
That "else:" with no first condition is probably throwing qmake
off. The condition was removed in
ad2930f825
.
Change-Id: I6af36e3f673a65a6152fb467162c25afc13b4196
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
parent
0390b02a7f
commit
6049f67eb4
@ -51,8 +51,7 @@ hpux-acc*|hpuxi-acc* {
|
||||
LIBS += -lbootstrap
|
||||
}
|
||||
!contains(QT_CONFIG, zlib):!contains(QT_CONFIG, no-zlib):!cross_compile {
|
||||
else:if(unix|win32-g++*):LIBS_PRIVATE += -lz
|
||||
else:LIBS += zdll.lib
|
||||
include($$PWD/../../3rdparty/zlib_dependency.pri)
|
||||
}
|
||||
win32:LIBS += -luser32 -lole32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user