source: smplayer/trunk/src/findsubtitles/quazip/quazip.pro@ 93

Last change on this file since 93 was 93, checked in by Silvan Scherrer, 16 years ago

smplayer: 0.6.9

File size: 873 bytes
Line 
1######################################################################
2# Automatically generated by qmake (2.00a) Wed Jun 22 16:57:14 2005
3######################################################################
4
5TEMPLATE = lib
6CONFIG += qt warn_on
7QT -= gui
8LIBS += -lz
9DEPENDPATH += .
10INCLUDEPATH += .
11
12# Input
13HEADERS += crypt.h \
14 ioapi.h \
15 quazip.h \
16 quazipfile.h \
17 quazipfileinfo.h \
18 quazipnewinfo.h \
19 unzip.h \
20 zip.h
21
22SOURCES += ioapi.c \
23 quazip.cpp \
24 quazipfile.cpp \
25 quazipnewinfo.cpp \
26 unzip.c \
27 zip.c
28
29unix {
30 OBJECTS_DIR=.obj
31 MOC_DIR=.moc
32}
33
34# UNIX installation
35
36isEmpty(PREFIX): PREFIX=/usr/local
37
38unix {
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.