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

QT += testlib

TARGET = tests

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

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