~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to src/conf_iris.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unix:include(../conf.pri)
 
2
windows:include(../conf_windows.pri)
 
3
 
 
4
# don't build iris apps
 
5
CONFIG += no_tests
 
6
 
 
7
# use qca from psi if necessary
 
8
qca-static {
 
9
        DEFINES += QCA_STATIC
 
10
        INCLUDEPATH += $$PWD/../third-party/qca/qca/include/QtCrypto
 
11
}
 
12
else {
 
13
        CONFIG += crypto
 
14
}
 
15
 
 
16
# use zlib from psi if necessary
 
17
psi-zip {
 
18
        INCLUDEPATH += $$PWD/tools/zip/minizip/win32
 
19
}
 
20
 
 
21
mac {
 
22
        # Universal binaries
 
23
        qc_universal:contains(QT_CONFIG,x86):contains(QT_CONFIG,ppc) {
 
24
                CONFIG += x86 ppc
 
25
                QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
 
26
 
 
27
                # comment this out, iris already specifies 10.3, and i don't
 
28
                # think this has anything to do with universal, does it?
 
29
                #QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
 
30
        }
 
31
}