Remove qmake pro files. qmake is just for cppcheck-gui nowadays.
This commit is contained in:
parent
51bb76c5b5
commit
392cda8bce
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in New Issue