mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-30 03:13:56 +03:00
Re-added -lz for windows (30c618aaa0
removed QtZlib)
This commit is contained in:
parent
bfe6d8cfa3
commit
3eb164fa1a
@ -52,7 +52,7 @@ macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.7 -stdlib=libc+
|
|||||||
macx:CONFIG += c++11
|
macx:CONFIG += c++11
|
||||||
|
|
||||||
win32:DEFINES += WIN32 QUAZIP_BUILD
|
win32:DEFINES += WIN32 QUAZIP_BUILD
|
||||||
!win32:LIBS += -lz
|
LIBS += -lz
|
||||||
|
|
||||||
unix:!macx: LIBS += -lxcb -lxcb-keysyms
|
unix:!macx: LIBS += -lxcb -lxcb-keysyms
|
||||||
unix:!macx: SOURCES += xcb_keysym.cpp
|
unix:!macx: SOURCES += xcb_keysym.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user