| 1 | # libidn
|
|---|
| 2 | LIBIDN_BASE = $$IRIS_BASE/libidn
|
|---|
| 3 | CONFIG += libidn
|
|---|
| 4 | include($$IRIS_BASE/libidn.pri)
|
|---|
| 5 |
|
|---|
| 6 | # qca
|
|---|
| 7 | #unix:{
|
|---|
| 8 | # INCLUDEPATH += /usr/local/include
|
|---|
| 9 | # LIBS += -L/usr/local/lib -lqca
|
|---|
| 10 | #}
|
|---|
| 11 | #win32:{
|
|---|
| 12 | # INCLUDEPATH += c:\local\include
|
|---|
| 13 | # LIBS += c:\local\lib\qca.lib
|
|---|
| 14 | #}
|
|---|
| 15 |
|
|---|
| 16 | #!exists(qcaprovider.h) {
|
|---|
| 17 | # Q_PREFIX = $$IRIS_BASE/../qca/src
|
|---|
| 18 | # INCLUDEPATH += $$Q_PREFIX
|
|---|
| 19 | #}
|
|---|
| 20 | #HEADERS += ($$Q_PREFIX)qcaprovider.h
|
|---|
| 21 |
|
|---|
| 22 | DEFINES += XMPP_TEST
|
|---|
| 23 |
|
|---|
| 24 | INCLUDEPATH += $$IRIS_BASE/include $$IRIS_BASE/xmpp-core $$IRIS_BASE/xmpp-im $$IRIS_BASE/jabber
|
|---|
| 25 |
|
|---|
| 26 | HEADERS += \
|
|---|
| 27 | $$IRIS_BASE/xmpp-core/hash.h \
|
|---|
| 28 | $$IRIS_BASE/xmpp-core/simplesasl.h \
|
|---|
| 29 | $$IRIS_BASE/xmpp-core/securestream.h \
|
|---|
| 30 | $$IRIS_BASE/xmpp-core/parser.h \
|
|---|
| 31 | $$IRIS_BASE/xmpp-core/xmlprotocol.h \
|
|---|
| 32 | $$IRIS_BASE/xmpp-core/protocol.h \
|
|---|
| 33 | $$IRIS_BASE/xmpp-core/td.h \
|
|---|
|
|---|