aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: c36c28c6bc079b8eebb2b1358382ead95fc61e8d (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 += $$QXMPP_LIBS