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

Merge pull request #8906 from DonLakeFlyer/Zlib

Fix zlib setup
parents cb62d3ae aa70cf6b
...@@ -111,8 +111,8 @@ SOURCES += \ ...@@ -111,8 +111,8 @@ SOURCES += \
# #
# [REQUIRED] zlib library # [REQUIRED] zlib library
Windows { Windows {
INCLUDEPATH += $$SOURCE_DIR/libszlib/windows/include INCLUDEPATH += $$SOURCE_DIR/libs/zlib/windows/include
LIBS += -L$$SOURCE_DIR/libszlib/windows/lib LIBS += -L$$SOURCE_DIR/libs/zlib/windows/lib
} }
LIBS += -lz LIBS += -lz
......
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