cppcheck/gui/test/xmlreport/xmlreport.pro

16 lines
237 B
Prolog
Raw Normal View History

2011-06-10 11:44:26 +02:00
TEMPLATE = app
TARGET = test-xmlreport
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
2011-06-10 11:44:26 +02:00
include(../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
2011-06-10 11:44:26 +02:00
# tests
SOURCES += testxmlreport.cpp
HEADERS += testxmlreport.h