source:
psi/trunk/src/tools/zip/zip.pri
Last change on this file was 10, checked in by , 19 years ago | |
---|---|
File size: 287 bytes |
Line | |
---|---|
1 | zip { |
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.