~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to iris/example/xmpptest/xmpptest.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = app
2
 
CONFIG += thread
 
2
CONFIG += thread 
 
3
CONFIG -= app_bundle
3
4
TARGET  = xmpptest
 
5
QT += xml network qt3support                                                   
 
6
DEFINES += QT_STATICPLUGIN
4
7
 
5
8
MOC_DIR        = .moc
6
9
OBJECTS_DIR    = .obj
7
10
UI_DIR         = .ui
8
11
 
9
12
#DEFINES += CS_XMPP
10
 
 
11
 
#INCLUDEPATH += /usr/local/include ../../../qca/src
12
 
 
13
 
include(iris.pri)
 
13
DEFINES += XMPP_DEBUG
 
14
 
 
15
# Dependencies
 
16
include(../../../conf.pri)
 
17
windows:include(../../../conf_windows.pri)
 
18
 
 
19
!qca-static {
 
20
        CONFIG += crypto        
 
21
}
 
22
qca-static {
 
23
        # QCA
 
24
        DEFINES += QCA_STATIC
 
25
        include(../../../third-party/qca/qca.pri)
 
26
 
 
27
        # QCA-OpenSSL
 
28
        contains(DEFINES, HAVE_OPENSSL) {
 
29
                include(../../../third-party/qca/qca-openssl.pri)
 
30
        }
 
31
}
 
32
 
 
33
include(../../../cutestuff/cutestuff.pri)
 
34
include(../../iris.pri)
 
35
irisnet {
 
36
        include(../../irisnet/irisnet.pri)
 
37
}
14
38
 
15
39
SOURCES += xmpptest.cpp
16
40
INTERFACES += ui_test.ui
17
41
 
18
 
# iris
19
 
#LIBS += -L/usr/local/lib -liris
20
 
 
21
 
# stupid gentoo cyrus sasl hack
22
 
#LIBS += -lcrypto