25 lines
529 B
Prolog
25 lines
529 B
Prolog
TEMPLATE = app
|
|
TARGET = test-xmlreportv2
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . ../../../externals/simplecpp ../../../externals/tinyxml
|
|
OBJECTS_DIR = ../build
|
|
MOC_DIR = ../build
|
|
|
|
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
|