forked from danmar/cppcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lib.pri
122 lines (120 loc) · 4.23 KB
/
lib.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# no manual edits - this file is autogenerated by dmake
include($$PWD/pcrerules.pri)
include($$PWD/../externals/externals.pri)
INCLUDEPATH += $$PWD
HEADERS += $${PWD}/analyzerinfo.h \
$${PWD}/astutils.h \
$${PWD}/bughuntingchecks.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 \
$${PWD}/color.h \
$${PWD}/cppcheck.h \
$${PWD}/ctu.h \
$${PWD}/errorlogger.h \
$${PWD}/errortypes.h \
$${PWD}/exprengine.h \
$${PWD}/forwardanalyzer.h \
$${PWD}/importproject.h \
$${PWD}/library.h \
$${PWD}/mathlib.h \
$${PWD}/path.h \
$${PWD}/pathanalysis.h \
$${PWD}/pathmatch.h \
$${PWD}/platform.h \
$${PWD}/preprocessor.h \
$${PWD}/programmemory.h \
$${PWD}/reverseanalyzer.h \
$${PWD}/settings.h \
$${PWD}/summaries.h \
$${PWD}/suppressions.h \
$${PWD}/symboldatabase.h \
$${PWD}/templatesimplifier.h \
$${PWD}/timer.h \
$${PWD}/token.h \
$${PWD}/tokenize.h \
$${PWD}/tokenlist.h \
$${PWD}/utils.h \
$${PWD}/valueflow.h
SOURCES += $${PWD}/analyzerinfo.cpp \
$${PWD}/astutils.cpp \
$${PWD}/bughuntingchecks.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 \
$${PWD}/color.cpp \
$${PWD}/cppcheck.cpp \
$${PWD}/ctu.cpp \
$${PWD}/errorlogger.cpp \
$${PWD}/errortypes.cpp \
$${PWD}/exprengine.cpp \
$${PWD}/forwardanalyzer.cpp \
$${PWD}/importproject.cpp \
$${PWD}/library.cpp \
$${PWD}/mathlib.cpp \
$${PWD}/path.cpp \
$${PWD}/pathanalysis.cpp \
$${PWD}/pathmatch.cpp \
$${PWD}/platform.cpp \
$${PWD}/preprocessor.cpp \
$${PWD}/programmemory.cpp \
$${PWD}/reverseanalyzer.cpp \
$${PWD}/settings.cpp \
$${PWD}/summaries.cpp \
$${PWD}/suppressions.cpp \
$${PWD}/symboldatabase.cpp \
$${PWD}/templatesimplifier.cpp \
$${PWD}/timer.cpp \
$${PWD}/token.cpp \
$${PWD}/tokenize.cpp \
$${PWD}/tokenlist.cpp \
$${PWD}/utils.cpp \
$${PWD}/valueflow.cpp