source: trunk/src/3rdparty/zlib_dependency.pri@ 890

Last change on this file since 890 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 293 bytes
Line 
1# zlib dependency satisfied by bundled 3rd party zlib or system zlib
2contains(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.