cppcheck/gui/test/test.pro

23 lines
392 B
Prolog
Raw Normal View History

TEMPLATE = app
TARGET = test
CONFIG += qtestlib
DEPENDPATH += . ..
INCLUDEPATH += . ..
# tests
SOURCES += main.cpp \
testtranslationhandler.cpp \
testxmlreport.cpp
HEADERS += testtranslationhandler.h \
testxmlreport.h
# GUI
SOURCES += report.cpp \
../translationhandler.cpp \
../xmlreport.cpp
HEADERS += report.h \
../translationhandler.h \
../xmlreport.h