cppcheck/lib/lib.pri

121 lines
4.1 KiB
Plaintext
Raw Normal View History

2010-02-23 21:27:01 +01:00
# no manual edits - this file is autogenerated by dmake
include($$PWD/pcrerules.pri)
2016-07-20 12:21:00 +02:00
include($$PWD/../externals/externals.pri)
INCLUDEPATH += $$PWD
2020-11-16 09:14:31 +01:00
HEADERS += $${PWD}/analyzerinfo.h \
$${PWD}/astutils.h \
$${PWD}/check.h \
$${PWD}/check64bit.h \
$${PWD}/checkassert.h \
$${PWD}/checkautovariables.h \
$${PWD}/checkbool.h \
$${PWD}/checkboost.h \
$${PWD}/checkbufferoverrun.h \
$${PWD}/checkclass.h \
$${PWD}/checkcondition.h \
$${PWD}/checkexceptionsafety.h \
$${PWD}/checkfunctions.h \
$${PWD}/checkinternal.h \
$${PWD}/checkio.h \
$${PWD}/checkleakautovar.h \
$${PWD}/checkmemoryleak.h \
$${PWD}/checknullpointer.h \
$${PWD}/checkother.h \
$${PWD}/checkpostfixoperator.h \
$${PWD}/checksizeof.h \
$${PWD}/checkstl.h \
$${PWD}/checkstring.h \
$${PWD}/checktype.h \
$${PWD}/checkuninitvar.h \
$${PWD}/checkunusedfunctions.h \
$${PWD}/checkunusedvar.h \
$${PWD}/checkvaarg.h \
$${PWD}/clangimport.h \
2021-07-08 21:21:35 +02:00
$${PWD}/color.h \
$${PWD}/cppcheck.h \
2018-12-25 21:11:23 +01:00
$${PWD}/ctu.h \
$${PWD}/errorlogger.h \
2020-05-23 07:16:49 +02:00
$${PWD}/errortypes.h \
$${PWD}/forwardanalyzer.h \
$${PWD}/importproject.h \
$${PWD}/infer.h \
$${PWD}/library.h \
$${PWD}/mathlib.h \
$${PWD}/path.h \
2019-10-30 18:38:37 +01:00
$${PWD}/pathanalysis.h \
$${PWD}/pathmatch.h \
$${PWD}/platform.h \
$${PWD}/preprocessor.h \
2019-10-30 18:38:37 +01:00
$${PWD}/programmemory.h \
2020-11-10 16:00:55 +01:00
$${PWD}/reverseanalyzer.h \
$${PWD}/settings.h \
2020-12-20 19:53:58 +01:00
$${PWD}/summaries.h \
$${PWD}/suppressions.h \
$${PWD}/symboldatabase.h \
$${PWD}/templatesimplifier.h \
$${PWD}/timer.h \
$${PWD}/token.h \
$${PWD}/tokenize.h \
$${PWD}/tokenlist.h \
2020-05-19 10:11:56 +02:00
$${PWD}/utils.h \
$${PWD}/valueflow.h
2020-11-16 09:14:31 +01:00
SOURCES += $${PWD}/analyzerinfo.cpp \
2016-10-29 12:18:11 +02:00
$${PWD}/astutils.cpp \
$${PWD}/check.cpp \
$${PWD}/check64bit.cpp \
$${PWD}/checkassert.cpp \
$${PWD}/checkautovariables.cpp \
$${PWD}/checkbool.cpp \
$${PWD}/checkboost.cpp \
$${PWD}/checkbufferoverrun.cpp \
$${PWD}/checkclass.cpp \
$${PWD}/checkcondition.cpp \
$${PWD}/checkexceptionsafety.cpp \
$${PWD}/checkfunctions.cpp \
$${PWD}/checkinternal.cpp \
$${PWD}/checkio.cpp \
$${PWD}/checkleakautovar.cpp \
$${PWD}/checkmemoryleak.cpp \
$${PWD}/checknullpointer.cpp \
$${PWD}/checkother.cpp \
$${PWD}/checkpostfixoperator.cpp \
$${PWD}/checksizeof.cpp \
$${PWD}/checkstl.cpp \
$${PWD}/checkstring.cpp \
$${PWD}/checktype.cpp \
$${PWD}/checkuninitvar.cpp \
$${PWD}/checkunusedfunctions.cpp \
$${PWD}/checkunusedvar.cpp \
$${PWD}/checkvaarg.cpp \
$${PWD}/clangimport.cpp \
2021-07-08 21:21:35 +02:00
$${PWD}/color.cpp \
$${PWD}/cppcheck.cpp \
2018-12-25 21:11:23 +01:00
$${PWD}/ctu.cpp \
$${PWD}/errorlogger.cpp \
2020-05-23 07:16:49 +02:00
$${PWD}/errortypes.cpp \
$${PWD}/forwardanalyzer.cpp \
$${PWD}/importproject.cpp \
$${PWD}/infer.cpp \
$${PWD}/library.cpp \
$${PWD}/mathlib.cpp \
$${PWD}/path.cpp \
2019-10-30 18:38:37 +01:00
$${PWD}/pathanalysis.cpp \
$${PWD}/pathmatch.cpp \
$${PWD}/platform.cpp \
$${PWD}/preprocessor.cpp \
2019-10-30 18:38:37 +01:00
$${PWD}/programmemory.cpp \
2020-11-10 16:00:55 +01:00
$${PWD}/reverseanalyzer.cpp \
$${PWD}/settings.cpp \
2020-12-20 19:53:58 +01:00
$${PWD}/summaries.cpp \
$${PWD}/suppressions.cpp \
$${PWD}/symboldatabase.cpp \
$${PWD}/templatesimplifier.cpp \
$${PWD}/timer.cpp \
$${PWD}/token.cpp \
$${PWD}/tokenize.cpp \
$${PWD}/tokenlist.cpp \
2020-05-19 10:11:56 +02:00
$${PWD}/utils.cpp \
$${PWD}/valueflow.cpp