Remove qmake pro files. qmake is just for cppcheck-gui nowadays.

This commit is contained in:
Daniel Marjamäki 2015-12-11 15:20:57 +01:00
parent 51bb76c5b5
commit 392cda8bce
2 changed files with 0 additions and 46 deletions

View File

@ -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

View File

@ -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