source:
trunk/src/3rdparty/zlib_dependency.pri@
890
Last change on this file since 890 was 846, checked in by , 14 years ago | |
---|---|
File size: 293 bytes |
Line | |
---|---|
1 | # zlib dependency satisfied by bundled 3rd party zlib or system zlib |
2 | contains(QT_CONFIG, system-zlib) { |
3 | symbian: LIBS_PRIVATE += -llibz |
4 | else:if(unix|win32-g++*):LIBS_PRIVATE += -lz |
5 | else: LIBS += zdll.lib |
6 | } else { |
7 | INCLUDEPATH += $$PWD/zlib |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.