blob: 2848c2ed98f93d904d92d9c20220a2dc4d2fe5e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
include(../qxmpp.pri)
QT += network xml testlib
TARGET = tests
RESOURCES += tests.qrc
SOURCES += tests.cpp
HEADERS += tests.h
INCLUDEPATH += $$QXMPP_INCLUDE_DIR
LIBS += -L$$QXMPP_LIBRARY_DIR -l$$QXMPP_LIBRARY_NAME
|