You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
542 B

TEMPLATE = app
TARGET = test-xmlreportv2
DEPENDPATH += .
INCLUDEPATH += . ../../../externals/simplecpp
OBJECTS_DIR = ../../temp
MOC_DIR = ../../temp
QT -= gui
QT += core
QT += testlib
include(../common.pri)
include(../../../lib/lib.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests
SOURCES += testxmlreportv2.cpp \
../../erroritem.cpp \
../../report.cpp \
../../xmlreport.cpp \
../../xmlreportv2.cpp
HEADERS += testxmlreportv2.h \
../../erroritem.h \
../../report.h \
../../xmlreport.cpp \
../../xmlreportv2.h