~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to cutestuff/zip/zip.pri

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2006-03-28 11:11:02 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060328111102-v1diqpbwqr4yijoy
Tags: 0.10-2build1
Manual sync from Debian. No Ubuntu-specific changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
zip {
2
 
        HEADERS += \
3
 
                $$ZIP_CPP/zip.h
4
 
 
5
 
        SOURCES += \
6
 
                $$ZIP_CPP/zip.cpp \
7
 
                $$ZIP_CPP/minizip/unzip.c
8
 
 
9
 
        win32: {
10
 
                INCLUDEPATH += $$ZIP_CPP/minizip/win32
11
 
                LIBS += $$ZIP_CPP/minizip/win32/libz.a
12
 
        }
13
 
        mac: {
14
 
                QMAKE_LFLAGS += -lz
15
 
        }
16
 
}
17