2011-06-10 13:13:41 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = test-xmlreportv2
|
|
|
|
DEPENDPATH += .
|
2019-04-19 11:57:52 +02:00
|
|
|
INCLUDEPATH += . ../../../externals/simplecpp ../../../externals/tinyxml
|
2011-06-10 13:35:02 +02:00
|
|
|
OBJECTS_DIR = ../build
|
|
|
|
MOC_DIR = ../build
|
2011-06-10 13:13:41 +02:00
|
|
|
|
|
|
|
include(../common.pri)
|
2019-04-19 11:57:52 +02:00
|
|
|
include(../../../lib/lib.pri)
|
2011-06-10 13:13:41 +02:00
|
|
|
|
2011-06-16 12:05:00 +02:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
|
2011-06-10 13:13:41 +02:00
|
|
|
# tests
|
2019-04-19 11:57:52 +02:00
|
|
|
SOURCES += testxmlreportv2.cpp \
|
|
|
|
../../erroritem.cpp \
|
|
|
|
../../report.cpp \
|
|
|
|
../../xmlreport.cpp \
|
|
|
|
../../xmlreportv2.cpp
|
2011-06-10 13:13:41 +02:00
|
|
|
|
2019-04-19 11:57:52 +02:00
|
|
|
HEADERS += testxmlreportv2.h \
|
|
|
|
../../erroritem.h \
|
|
|
|
../../report.h \
|
|
|
|
../../xmlreport.cpp \
|
|
|
|
../../xmlreportv2.h
|