aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: 9fabdf6f0959b00bdcc38d94d5bb631b6c7bbb33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include(../qxmpp.pri)

QT += testlib

TARGET = qxmpp-tests

RESOURCES += tests.qrc
SOURCES += \
    dataform.cpp \
    jingle.cpp \
    message.cpp \
    presence.cpp \
    register.cpp \
    rsm.cpp \
    rtp.cpp \
    tests.cpp
HEADERS += \
    dataform.h \
    jingle.h \
    message.h \
    presence.h \
    register.h \
    rsm.h \
    rtp.h \
    tests.h

!isEmpty(QXMPP_AUTOTEST_INTERNAL) {
    HEADERS += codec.h sasl.h
    SOURCES += codec.cpp sasl.cpp
}

INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += -L../src $$QXMPP_LIBS