blob: 9486876df56454092bf63b917c9234c57c3de813 (
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
|