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