2011-03-25 07:59:48 +01:00
|
|
|
TEMPLATE = app
|
2011-08-04 21:20:39 +02:00
|
|
|
TARGET = testrunner
|
2011-03-25 07:59:48 +01:00
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += . ../cli ../lib
|
|
|
|
OBJECTS_DIR = temp
|
|
|
|
CONFIG += warn_on console
|
|
|
|
CONFIG -= qt app_bundle
|
2012-06-18 08:11:28 +02:00
|
|
|
|
|
|
|
include(../console_common.pri)
|
2011-01-31 14:25:51 +01:00
|
|
|
|
2011-03-25 07:59:48 +01:00
|
|
|
BASEPATH = ../lib/
|
|
|
|
include(../lib/lib.pri)
|
2012-06-11 14:59:33 +02:00
|
|
|
BASEPATH = .
|
|
|
|
include($$PWD/testfiles.pri)
|
2011-03-25 07:59:48 +01:00
|
|
|
|
|
|
|
# cli/*
|
|
|
|
SOURCES += ../cli/cmdlineparser.cpp \
|
|
|
|
../cli/cppcheckexecutor.cpp \
|
|
|
|
../cli/filelister.cpp \
|
|
|
|
../cli/pathmatch.cpp \
|
2011-04-27 18:24:40 +02:00
|
|
|
../cli/threadexecutor.cpp
|
|
|
|
|
2011-03-25 07:59:48 +01:00
|
|
|
HEADERS += ../cli/cmdlineparser.h \
|
|
|
|
../cli/cppcheckexecutor.h \
|
|
|
|
../cli/filelister.h \
|
|
|
|
../cli/pathmatch.h \
|
|
|
|
../cli/threadexecutor.h
|
|
|
|
|
|
|
|
HEADERS += options.h redirect.h testsuite.h
|
2012-06-11 14:59:33 +02:00
|
|
|
SOURCES += options.cpp
|