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