aboutsummaryrefslogtreecommitdiff
path: root/tests/all/all.pro
blob: 978d108edd718c4e44405d165fa5d8b03d8d2415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include(../tests.pri)

TARGET = tst_all

RESOURCES += tests.qrc
SOURCES += \
    jingle.cpp \
    rpc.cpp \
    stun.cpp \
    tests.cpp
HEADERS += \
    jingle.h \
    rpc.h \
    stun.h \
    tests.h

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