aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: 43a952e2448bd406b53bd8356dc4746242f63ab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE