mirror of
https://github.com/ioquake/launch.git
synced 2024-11-10 06:31:39 +00:00
Fix install wizard zlib for OS X Qt5
This commit is contained in:
parent
a3287b1c24
commit
034c29f1ae
1 changed files with 5 additions and 0 deletions
|
@ -58,3 +58,8 @@ RESOURCES += \
|
||||||
imgs.qrc
|
imgs.qrc
|
||||||
|
|
||||||
RC_FILE = launch.rc
|
RC_FILE = launch.rc
|
||||||
|
|
||||||
|
# mac os x doesn't have fopen64 for minizip
|
||||||
|
# mac os x (qt5 at least), needs explicit zlib linking
|
||||||
|
macx:DEFINES += USE_FILE32API
|
||||||
|
macx:LIBS += -lz
|
||||||
|
|
Loading…
Reference in a new issue