cppcheck/gui/test/common.pri
Kimmo Varis 6820fc6933 GUITESTS: Refactoring test building.
Start building each test as separate project as QtestLib tests
usually are built. This commit adds the infrastructure and moves
TranslationHandler test as own project.
2011-06-10 13:19:46 +03:00

25 lines
540 B
Plaintext

CONFIG += qtestlib
#DEPENDPATH += . ..
INCLUDEPATH += . ../.. ../../../lib
LIBS += -L../../../externals -lpcre
INCLUDEPATH += ../../externals
BASEPATH = ../../../lib/
include($$PWD/../../lib/lib.pri)
# GUI
SOURCES += ../../erroritem.cpp \
../../report.cpp \
../../translationhandler.cpp \
../../xmlreport.cpp \
../../xmlreportv1.cpp \
../../xmlreportv2.cpp
HEADERS += ../../erroritem.h \
../../report.h \
../../translationhandler.h \
../../xmlreport.h \
../../xmlreportv1.h \
../../xmlreportv2.h