diff --git a/test/test.pro b/test/test.pro deleted file mode 100644 index ba40b8618..000000000 --- a/test/test.pro +++ /dev/null @@ -1,30 +0,0 @@ -TEMPLATE = app -TARGET = testrunner -DEPENDPATH += . -INCLUDEPATH += . ../cli ../lib -OBJECTS_DIR = temp -CONFIG += warn_on console -CONFIG -= qt app_bundle - -include(../console_common.pri) - -BASEPATH = ../lib/ -include(../lib/lib.pri) -BASEPATH = . -include($$PWD/testfiles.pri) - -# cli/* -SOURCES += ../cli/cmdlineparser.cpp \ - ../cli/cppcheckexecutor.cpp \ - ../cli/filelister.cpp \ - ../cli/pathmatch.cpp \ - ../cli/threadexecutor.cpp - -HEADERS += ../cli/cmdlineparser.h \ - ../cli/cppcheckexecutor.h \ - ../cli/filelister.h \ - ../cli/pathmatch.h \ - ../cli/threadexecutor.h - -HEADERS += options.h redirect.h testsuite.h -SOURCES += options.cpp diff --git a/tools/tools.pro b/tools/tools.pro deleted file mode 100644 index b8db992d1..000000000 --- a/tools/tools.pro +++ /dev/null @@ -1,16 +0,0 @@ -TEMPLATE = app -TARGET = dmake -DEPENDPATH += . -INCLUDEPATH += . ../lib -OBJECTS_DIR = temp -CONFIG += warn_on -CONFIG -= qt app_bundle - -include(../console_common.pri) - -SOURCES += dmake.cpp \ - ../cli/filelister.cpp \ - ../lib/path.cpp - -HEADERS += ../cli/filelister.h \ - ../lib/path.h