2011-02-09 00:58:26 +01:00
|
|
|
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
|