Skip to content

Commit b30b44e

Browse files
committed
added qt library to .cppcheck projects
1 parent 46cd40c commit b30b44e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cppcheck.cppcheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
<path name="test/cli/"/>
2424
<path name="test/tools/"/>
2525
</exclude>
26+
<libraries>
27+
<library>qt</library>
28+
</libraries>
2629
</project>

gui/gui.cppcheck

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

0 commit comments

Comments
 (0)