blob: 3f6457c582102c2adfa65c48fdcef9d4a6ad97cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
include(../qxmpp.pri)
QT += testlib
TARGET = qxmpp-tests
RESOURCES += tests.qrc
SOURCES += tests.cpp
HEADERS += tests.h
INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += -L ../src $$QXMPP_LIBS
|