aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: 80935549e2cbede18209cd04310670885e3dcf1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../qxmpp.pri)

QT += testlib

TARGET = qxmpp-tests

RESOURCES += tests.qrc
SOURCES += tests.cpp
HEADERS += tests.h 

INCLUDEPATH += $$QXMPP_INCLUDE_DIR
LIBS += $$QXMPP_LIBS
PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE