blob: 604379725e7b40cf9d219952136125ae16c036a7 (
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
|
include(../qxmpp.pri)
QT += testlib
TARGET = qxmpp-tests
RESOURCES += tests.qrc
SOURCES += \
dataform.cpp \
message.cpp \
presence.cpp \
register.cpp \
rsm.cpp \
rtp.cpp \
sasl.cpp \
tests.cpp
HEADERS += \
dataform.h \
message.h \
presence.h \
register.h \
rsm.h \
rtp.h \
sasl.h \
tests.h
INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += -L../src $$QXMPP_LIBS
|