Commit ade6d9e2 authored by aavit's avatar aavit Committed by The Qt Project
Browse files

Fix: include path to Qt zlib


Change-Id: I8142a77d45007c69bfccc0d6d471205153e2de03
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
parent e3416491
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -3,5 +3,5 @@ contains(QT_CONFIG, system-zlib) { ...@@ -3,5 +3,5 @@ contains(QT_CONFIG, system-zlib) {
if(unix|win32-g++*): LIBS_PRIVATE += -lz if(unix|win32-g++*): LIBS_PRIVATE += -lz
else: LIBS += zdll.lib else: LIBS += zdll.lib
} else { } else {
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtZlib INCLUDEPATH += $$[QT_INSTALL_HEADERS/get]/QtZlib
} }
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