Unverified Commit ef28e043 authored by Oleg's avatar Oleg Committed by GitHub

Fix zlib setup on Windows

parent 6e83df06
...@@ -110,7 +110,7 @@ SOURCES += \ ...@@ -110,7 +110,7 @@ SOURCES += \
# #
# [REQUIRED] zlib library # [REQUIRED] zlib library
Windows { WindowsBuild {
INCLUDEPATH += $$SOURCE_DIR/libs/zlib/windows/include INCLUDEPATH += $$SOURCE_DIR/libs/zlib/windows/include
LIBS += -L$$SOURCE_DIR/libs/zlib/windows/lib LIBS += -L$$SOURCE_DIR/libs/zlib/windows/lib
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment