| Line | |
|---|
| 1 | ######################################################################
|
|---|
| 2 | # Automatically generated by qmake (2.00a) Wed Jun 22 16:57:14 2005
|
|---|
| 3 | ######################################################################
|
|---|
| 4 |
|
|---|
| 5 | TEMPLATE = lib
|
|---|
| 6 | CONFIG += qt warn_on
|
|---|
| 7 | QT -= gui
|
|---|
| 8 | LIBS += -lz
|
|---|
| 9 | DEPENDPATH += .
|
|---|
| 10 | INCLUDEPATH += .
|
|---|
| 11 |
|
|---|
| 12 | # Input
|
|---|
| 13 | HEADERS += crypt.h \
|
|---|
| 14 | ioapi.h \
|
|---|
| 15 | quazip.h \
|
|---|
| 16 | quazipfile.h \
|
|---|
| 17 | quazipfileinfo.h \
|
|---|
| 18 | quazipnewinfo.h \
|
|---|
| 19 | unzip.h \
|
|---|
| 20 | zip.h
|
|---|
| 21 |
|
|---|
| 22 | SOURCES += ioapi.c \
|
|---|
| 23 | quazip.cpp \
|
|---|
| 24 | quazipfile.cpp \
|
|---|
| 25 | quazipnewinfo.cpp \
|
|---|
| 26 | unzip.c \
|
|---|
| 27 | zip.c
|
|---|
| 28 |
|
|---|
| 29 | unix {
|
|---|
| 30 | OBJECTS_DIR=.obj
|
|---|
| 31 | MOC_DIR=.moc
|
|---|
| 32 | }
|
|---|
| 33 |
|
|---|
| 34 | # UNIX installation
|
|---|
| 35 |
|
|---|
| 36 | isEmpty(PREFIX): PREFIX=/usr/local
|
|---|
| 37 |
|
|---|
| 38 | unix {
|
|---|
| 39 | headers.path=$$PREFIX/include/quazip
|
|---|
| 40 | headers.files=$$HEADERS
|
|---|
| 41 | target.path=$$PREFIX/lib
|
|---|
| 42 | INSTALLS += headers target
|
|---|
| 43 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.