~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/findsubtitles/quazip/quazip.pro

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mto: (1.1.9 upstream) (3.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-nsklbxenl2hf2n6h
Tags: upstream-0.6.7
ImportĀ upstreamĀ versionĀ 0.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}