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.
11 lines
287 B
11 lines
287 B
15 years ago
|
|
||
|
# 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
|
||
|
}
|