You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
956 B
43 lines
956 B
15 years ago
|
--- quazip-0.2.3/quazip/quazip.pro 2008-01-16 00:39:37.000000000 +0800
|
||
|
+++ quazip-0.2.3.new/quazip/quazip.pro 2010-01-31 02:30:00.319816815 +0800
|
||
|
@@ -10,25 +10,20 @@
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
# Input
|
||
|
-HEADERS += crypt.h \
|
||
|
- ioapi.h \
|
||
|
- quazip.h \
|
||
|
+HEADERS += quazip.h \
|
||
|
quazipfile.h \
|
||
|
quazipfileinfo.h \
|
||
|
- quazipnewinfo.h \
|
||
|
- unzip.h \
|
||
|
- zip.h
|
||
|
+ quazipnewinfo.h
|
||
|
|
||
|
-SOURCES += ioapi.c \
|
||
|
- quazip.cpp \
|
||
|
+SOURCES += quazip.cpp \
|
||
|
quazipfile.cpp \
|
||
|
- quazipnewinfo.cpp \
|
||
|
- unzip.c \
|
||
|
- zip.c
|
||
|
+ quazipnewinfo.cpp
|
||
|
|
||
|
unix {
|
||
|
OBJECTS_DIR=.obj
|
||
|
MOC_DIR=.moc
|
||
|
+ INCLUDEPATH += /usr/include/minizip
|
||
|
+ LIBS += -lminizip
|
||
|
}
|
||
|
|
||
|
# UNIX installation
|
||
|
@@ -38,6 +33,6 @@
|
||
|
unix {
|
||
|
headers.path=$$PREFIX/include/quazip
|
||
|
headers.files=$$HEADERS
|
||
|
- target.path=$$PREFIX/lib
|
||
|
+ target.path=$$LIBDIR
|
||
|
INSTALLS += headers target
|
||
|
}
|