~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-09 12:02:50 UTC
  • mfrom: (20.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20131009120250-a51t46ffycbmum44
Tags: 0.8.6-2
* Team upload.
* Remove doc-base document, faq.html file is no longer
  provided. (Closes: #725829)
* Disable updates checking mechanism.
* Add licensing information on libmaia, split sources stanzas from
  License ones.

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
 
}