You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/win/zlib.pro

11 lines
287 B

# adds includes and zlib library (Qt's zlib or external zlib)
exists( $(KDELIBS)/win/3rdparty/zlib/zlib.h ) {
INCLUDEPATH += $(KDELIBS)/win/3rdparty/zlib
LIBS += $$KDELIBDESTDIR\zdll.lib
}
!exists( $(KDELIBS)/win/3rdparty/zlib/zlib.h ) {
INCLUDEPATH += $(QTDIR)/src/3rdparty/zlib
}