~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to iris/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
 
# libidn
2
 
LIBIDN_BASE = $$PWD/libidn
3
 
CONFIG += libidn
4
 
include($$PWD/libidn.pri)
5
 
 
6
 
# IrisNet
7
 
irisnet {
8
 
        include($$PWD/irisnet/irisnet.pri)
9
 
}
10
 
 
11
 
DEFINES += XMPP_TEST
12
 
 
13
 
INCLUDEPATH += $$PWD/include $$PWD/xmpp-core $$PWD/xmpp-im $$PWD/jabber
14
 
DEPENDPATH  += $$PWD/include $$PWD/xmpp-core $$PWD/xmpp-im $$PWD/jabber
15
 
 
16
 
HEADERS += \
17
 
        $$PWD/xmpp-core/securestream.h \
18
 
        $$PWD/xmpp-core/parser.h \
19
 
        $$PWD/xmpp-core/xmlprotocol.h \
20
 
        $$PWD/xmpp-core/protocol.h \
21
 
        $$PWD/xmpp-core/compressionhandler.h \
22
 
        $$PWD/xmpp-core/compress.h \
23
 
        $$PWD/xmpp-core/td.h \
24
 
        $$PWD/xmpp-im/xmpp_tasks.h \
25
 
        $$PWD/xmpp-im/xmpp_discoinfotask.h \
26
 
        $$PWD/xmpp-im/xmpp_xmlcommon.h \
27
 
        $$PWD/xmpp-im/xmpp_vcard.h \
28
 
        $$PWD/jabber/s5b.h \
29
 
        $$PWD/jabber/xmpp_ibb.h \
30
 
        $$PWD/jabber/filetransfer.h \
31
 
        $$PWD/include/xmpp.h \
32
 
        $$PWD/include/xmpp_jid.h \
33
 
        $$PWD/include/xmpp_url.h \
34
 
        $$PWD/include/xmpp_chatstate.h \
35
 
        $$PWD/include/xmpp_receipts.h \
36
 
        $$PWD/include/xmpp_client.h \
37
 
        $$PWD/include/xmpp_clientstream.h \
38
 
        $$PWD/include/xmpp_stanza.h \
39
 
        $$PWD/include/xmpp_stream.h \
40
 
        $$PWD/include/xmpp_address.h \
41
 
        $$PWD/include/xmpp_htmlelement.h \
42
 
        $$PWD/include/xmpp_muc.h \
43
 
        $$PWD/include/xmpp_message.h \
44
 
        $$PWD/include/xmpp_pubsubitem.h \
45
 
        $$PWD/include/xmpp_resource.h \
46
 
        $$PWD/include/xmpp_roster.h \
47
 
        $$PWD/include/xmpp_rosterx.h \
48
 
        $$PWD/include/xmpp_xdata.h \
49
 
        $$PWD/include/xmpp_rosteritem.h \
50
 
        $$PWD/include/xmpp_liveroster.h \
51
 
        $$PWD/include/xmpp_liverosteritem.h \
52
 
        $$PWD/include/xmpp_resourcelist.h \
53
 
        $$PWD/include/xmpp_task.h \
54
 
        $$PWD/include/xmpp_httpauthrequest.h \
55
 
        $$PWD/include/xmpp_status.h \
56
 
        $$PWD/include/xmpp_features.h \
57
 
        $$PWD/include/xmpp_agentitem.h \
58
 
        $$PWD/include/xmpp_discoitem.h \
59
 
        $$PWD/include/im.h
60
 
 
61
 
SOURCES += \
62
 
        $$PWD/xmpp-core/connector.cpp \
63
 
        $$PWD/xmpp-core/tlshandler.cpp \
64
 
        $$PWD/xmpp-core/jid.cpp \
65
 
        $$PWD/xmpp-core/securestream.cpp \
66
 
        $$PWD/xmpp-core/parser.cpp \
67
 
        $$PWD/xmpp-core/xmlprotocol.cpp \
68
 
        $$PWD/xmpp-core/protocol.cpp \
69
 
        $$PWD/xmpp-core/compress.cpp \
70
 
        $$PWD/xmpp-core/compressionhandler.cpp \
71
 
        $$PWD/xmpp-core/stream.cpp \
72
 
        $$PWD/xmpp-core/simplesasl.cpp \
73
 
        $$PWD/xmpp-core/xmpp_stanza.cpp \
74
 
        $$PWD/xmpp-im/types.cpp \
75
 
        $$PWD/xmpp-im/client.cpp \
76
 
        $$PWD/xmpp-im/xmpp_features.cpp \
77
 
        $$PWD/xmpp-im/xmpp_discoitem.cpp \
78
 
        $$PWD/xmpp-im/xmpp_discoinfotask.cpp \
79
 
        $$PWD/xmpp-im/xmpp_xdata.cpp \
80
 
        $$PWD/xmpp-im/xmpp_task.cpp \
81
 
        $$PWD/xmpp-im/xmpp_tasks.cpp \
82
 
        $$PWD/xmpp-im/xmpp_xmlcommon.cpp \
83
 
        $$PWD/xmpp-im/xmpp_vcard.cpp \
84
 
        $$PWD/jabber/s5b.cpp \
85
 
        $$PWD/jabber/xmpp_ibb.cpp \
86
 
        $$PWD/jabber/filetransfer.cpp
87
 
 
 
1
IRIS_BASE = $$PWD
 
2
include(common.pri)
 
3
 
 
4
CONFIG *= depend_prl
 
5
 
 
6
INCLUDEPATH += $$IRIS_BASE/include $$IRIS_BASE/include/iris $$IRIS_BASE/src
 
7
 
 
8
iris_bundle:{
 
9
        include(src/xmpp/xmpp.pri)
 
10
}
 
11
else {
 
12
        LIBS += -L$$IRIS_BASE/lib -liris
 
13
}
 
14
 
 
15
# qt < 4.4 doesn't enable link_prl by default.  we could just enable it,
 
16
#   except that in 4.3 or earlier the link_prl feature is too aggressive and
 
17
#   pulls in unnecessary deps.  so, for 4.3 and earlier, we'll just explicitly
 
18
#   specify the stuff the prl should have given us.
 
19
# also, mingw seems to have broken prl support??
 
20
win32-g++|contains($$list($$[QT_VERSION]), 4.0.*|4.1.*|4.2.*|4.3.*) {
 
21
        DEFINES += IRISNET_STATIC             # from irisnet
 
22
        LIBS += -L$$IRIS_BASE/lib -lirisnet   # from iris
 
23
        windows:LIBS += -lWs2_32 -lAdvapi32   # from jdns
 
24
}