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.
31 lines
580 B
31 lines
580 B
######################################################################
|
|
# Automatically generated by qmake (2.00a) Wed Jun 22 16:57:14 2005
|
|
######################################################################
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += qt warn_on
|
|
QT -= gui
|
|
LIBS += -lz
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
|
|
# Input
|
|
HEADERS += *.h
|
|
|
|
SOURCES += *.c *.cpp
|
|
|
|
unix {
|
|
OBJECTS_DIR=.obj
|
|
MOC_DIR=.moc
|
|
}
|
|
|
|
# UNIX installation
|
|
|
|
isEmpty(PREFIX): PREFIX=/usr/local
|
|
|
|
unix {
|
|
headers.path=$$PREFIX/include/quazip
|
|
headers.files=$$HEADERS
|
|
target.path=$$PREFIX/lib
|
|
INSTALLS += headers target
|
|
}
|
|
|