29 lines
542 B
Prolog
29 lines
542 B
Prolog
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
|