2011-06-10 10:58:55 +02:00
|
|
|
CONFIG += qtestlib
|
|
|
|
#DEPENDPATH += . ..
|
|
|
|
INCLUDEPATH += . ../.. ../../../lib
|
|
|
|
|
|
|
|
LIBS += -L../../../externals -lpcre
|
|
|
|
INCLUDEPATH += ../../externals
|
|
|
|
|
|
|
|
BASEPATH = ../../../lib/
|
|
|
|
include($$PWD/../../lib/lib.pri)
|
|
|
|
|
|
|
|
# GUI
|
|
|
|
SOURCES += ../../erroritem.cpp \
|
2011-06-17 12:46:40 +02:00
|
|
|
../../filelist.cpp \
|
2011-06-16 13:24:33 +02:00
|
|
|
../../projectfile.cpp \
|
2011-06-10 10:58:55 +02:00
|
|
|
../../report.cpp \
|
|
|
|
../../translationhandler.cpp \
|
|
|
|
../../xmlreport.cpp \
|
|
|
|
../../xmlreportv1.cpp \
|
|
|
|
../../xmlreportv2.cpp
|
|
|
|
|
|
|
|
HEADERS += ../../erroritem.h \
|
2011-06-17 12:46:40 +02:00
|
|
|
../../filelist.h \
|
2011-06-16 13:24:33 +02:00
|
|
|
../../projectfile.h \
|
2011-06-10 10:58:55 +02:00
|
|
|
../../report.h \
|
|
|
|
../../translationhandler.h \
|
|
|
|
../../xmlreport.h \
|
|
|
|
../../xmlreportv1.h \
|
|
|
|
../../xmlreportv2.h
|