I want to use Suppressions class also in GUI. And that is easier to do when it is not internal class of Settings class. And in general is it more natural that Settings class only contains list of suppressions and implementation is separate.
63 lines
2.4 KiB
Plaintext
63 lines
2.4 KiB
Plaintext
# no manual edits - this file is autogenerated by dmake
|
|
|
|
include($$PWD/pcrerules.pri)
|
|
INCLUDEPATH += ../externals/tinyxml
|
|
HEADERS += $${BASEPATH}check.h \
|
|
$${BASEPATH}check64bit.h \
|
|
$${BASEPATH}checkassignif.h \
|
|
$${BASEPATH}checkautovariables.h \
|
|
$${BASEPATH}checkbufferoverrun.h \
|
|
$${BASEPATH}checkclass.h \
|
|
$${BASEPATH}checkexceptionsafety.h \
|
|
$${BASEPATH}checkmemoryleak.h \
|
|
$${BASEPATH}checknonreentrantfunctions.h \
|
|
$${BASEPATH}checknullpointer.h \
|
|
$${BASEPATH}checkobsoletefunctions.h \
|
|
$${BASEPATH}checkother.h \
|
|
$${BASEPATH}checkpostfixoperator.h \
|
|
$${BASEPATH}checkstl.h \
|
|
$${BASEPATH}checkuninitvar.h \
|
|
$${BASEPATH}checkunusedfunctions.h \
|
|
$${BASEPATH}checkunusedvar.h \
|
|
$${BASEPATH}cppcheck.h \
|
|
$${BASEPATH}errorlogger.h \
|
|
$${BASEPATH}executionpath.h \
|
|
$${BASEPATH}mathlib.h \
|
|
$${BASEPATH}path.h \
|
|
$${BASEPATH}preprocessor.h \
|
|
$${BASEPATH}settings.h \
|
|
$${BASEPATH}suppressions.h \
|
|
$${BASEPATH}symboldatabase.h \
|
|
$${BASEPATH}timer.h \
|
|
$${BASEPATH}token.h \
|
|
$${BASEPATH}tokenize.h
|
|
|
|
SOURCES += $${BASEPATH}check64bit.cpp \
|
|
$${BASEPATH}checkassignif.cpp \
|
|
$${BASEPATH}checkautovariables.cpp \
|
|
$${BASEPATH}checkbufferoverrun.cpp \
|
|
$${BASEPATH}checkclass.cpp \
|
|
$${BASEPATH}checkexceptionsafety.cpp \
|
|
$${BASEPATH}checkmemoryleak.cpp \
|
|
$${BASEPATH}checknonreentrantfunctions.cpp \
|
|
$${BASEPATH}checknullpointer.cpp \
|
|
$${BASEPATH}checkobsoletefunctions.cpp \
|
|
$${BASEPATH}checkother.cpp \
|
|
$${BASEPATH}checkpostfixoperator.cpp \
|
|
$${BASEPATH}checkstl.cpp \
|
|
$${BASEPATH}checkuninitvar.cpp \
|
|
$${BASEPATH}checkunusedfunctions.cpp \
|
|
$${BASEPATH}checkunusedvar.cpp \
|
|
$${BASEPATH}cppcheck.cpp \
|
|
$${BASEPATH}errorlogger.cpp \
|
|
$${BASEPATH}executionpath.cpp \
|
|
$${BASEPATH}mathlib.cpp \
|
|
$${BASEPATH}path.cpp \
|
|
$${BASEPATH}preprocessor.cpp \
|
|
$${BASEPATH}settings.cpp \
|
|
$${BASEPATH}suppressions.cpp \
|
|
$${BASEPATH}symboldatabase.cpp \
|
|
$${BASEPATH}timer.cpp \
|
|
$${BASEPATH}token.cpp \
|
|
$${BASEPATH}tokenize.cpp
|