Skip to content

Commit 6ee2d98

Browse files
committed
added libraries to .cppcheck projects
1 parent 00da9e3 commit 6ee2d98

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

cppcheck.cppcheck

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@
2323
<path name="test/cli/"/>
2424
<path name="test/tools/"/>
2525
</exclude>
26+
<libraries>
27+
<library>gnu</library>
28+
<library>qt</library>
29+
<library>cppcheck-lib</library>
30+
</libraries>
2631
</project>

gui/gui.cppcheck

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
<exclude>
1515
<path name="test/data"/>
1616
</exclude>
17+
<libraries>
18+
<library>gnu</library>
19+
<library>qt</library>
20+
</libraries>
1721
</project>

0 commit comments

Comments
 (0)