source: psi/trunk/src/tools/zip/zip.pri

Last change on this file was 10, checked in by dmik, 19 years ago

Tools/Zip: OS/2 can use headers from the minizip/win32 subdirectory.

File size: 287 bytes
Line 
1zip {
2 HEADERS += \
3 $$ZIP_CPP/zip.h
4
5 SOURCES += \
6 $$ZIP_CPP/zip.cpp \
7 $$ZIP_CPP/minizip/unzip.c
8
9 win32: {
10 INCLUDEPATH += $$ZIP_CPP/minizip/win32
11 LIBS += $$ZIP_CPP/minizip/win32/libz.a
12 }
13 os2: {
14 INCLUDEPATH += $$ZIP_CPP/minizip/win32
15 }
16 mac: {
17 QMAKE_LFLAGS += -lz
18 }
19}
20
Note: See TracBrowser for help on using the repository browser.