We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.cppcheck
1 parent 5ffe5dc commit 7402131Copy full SHA for 7402131
2 files changed
cppcheck.cppcheck
@@ -23,4 +23,9 @@
23
<path name="test/cli/"/>
24
<path name="test/tools/"/>
25
</exclude>
26
+ <libraries>
27
+ <library>gnu</library>
28
+ <library>qt</library>
29
+ <library>cppcheck-lib</library>
30
+ </libraries>
31
</project>
gui/gui.cppcheck
@@ -14,4 +14,8 @@
14
<exclude>
15
<path name="test/data"/>
16
17
18
19
20
21
0 commit comments