aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: e68b81d67123759030d46f52a8e0920c23d299aa (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
include(../qxmpp.pri)

QT += testlib

TARGET = qxmpp-tests

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

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