RetroShare/plugins/smplayer_plugin/findsubtitles/quazip/quazip.pro
defnax 87344de7d4 added for plugins own dir
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-28 14:21:11 +00:00

44 lines
873 B
Prolog

######################################################################
# 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 += crypt.h \
ioapi.h \
quazip.h \
quazipfile.h \
quazipfileinfo.h \
quazipnewinfo.h \
unzip.h \
zip.h
SOURCES += ioapi.c \
quazip.cpp \
quazipfile.cpp \
quazipnewinfo.cpp \
unzip.c \
zip.c
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
}