Fixed: choose filetransfer transport by priority (thanks Dealer_WeARE)
[iris.git] / iris.pri
blob7d763369310889b2fb5631a4fbf6bcd23b2daaa0
1 IRIS_BASE = $$PWD
2 include(common.pri)
4 CONFIG *= depend_prl
6 INCLUDEPATH += $$IRIS_BASE/include $$IRIS_BASE/include/iris $$IRIS_BASE/src
8 iris_bundle:{
9         include(src/xmpp/xmpp.pri)
11 else {
12         LIBS += -L$$IRIS_BASE/lib -liris
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