Unverified Commit 54859956 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8955 from lukegluke/patch-1

Fix zlib setup on Windows
parents 6e83df06 ef28e043
......@@ -110,7 +110,7 @@ SOURCES += \
#
# [REQUIRED] zlib library
Windows {
WindowsBuild {
INCLUDEPATH += $$SOURCE_DIR/libs/zlib/windows/include
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