Qt buildfix for Qt 5.2.0

adding the -lz in line "LIBS" in Linux section to fix compilation error when compiling under Qt version 5.2.0. See issue #4885
This commit is contained in:
Amir Zaim Mohd Zaini 2014-01-04 16:43:37 +08:00
parent 0de71f27cb
commit 33f26a68c2

View File

@ -53,7 +53,7 @@ win32 {
else: LIBS += $$files($$P/dx9sdk/Lib/x86/*.lib)
}
linux {
LIBS += -ldl -lrt
LIBS += -ldl -lrt -lz
PRE_TARGETDEPS += $$CONFIG_DIR/libCommon.a $$CONFIG_DIR/libCore.a $$CONFIG_DIR/libNative.a
packagesExist(sdl) {
DEFINES += QT_HAS_SDL