aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: 0d44fa68ab6608c6d8cede7246eaed3e30193d0a (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
include(../qxmpp.pri)

QT -= gui
QT += testlib

TARGET = qxmpp-tests

RESOURCES += tests.qrc
SOURCES += \
    dataform.cpp \
    iq.cpp \
    jingle.cpp \
    message.cpp \
    presence.cpp \
    register.cpp \
    roster.cpp \
    rpc.cpp \
    rsm.cpp \
    rtp.cpp \
    stanza.cpp \
    stun.cpp \
    tests.cpp \
    vcard.cpp
HEADERS += \
    dataform.h \
    iq.h \
    jingle.h \
    message.h \
    presence.h \
    register.h \
    roster.h \
    rpc.h \
    rsm.h \
    rtp.h \
    stanza.h \
    stun.h \
    tests.h \
    vcard.h

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

QMAKE_LIBDIR += ../src
INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += $$QXMPP_LIBS