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

QT += testlib

TARGET = qxmpp-tests

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

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