Skip to content

Commit c92a529

Browse files
committed
added qt library to .cppcheck projects
1 parent 1fb484f commit c92a529

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
@@ -21,4 +21,7 @@
2121
<path name="test/cfg/"/>
2222
<path name="test/cli/"/>
2323
</exclude>
24+
<libraries>
25+
<library>qt</library>
26+
</libraries>
2427
</project>

gui/gui.cppcheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
<ignore>
1212
<path name="temp/"/>
1313
</ignore>
14+
<libraries>
15+
<library>qt</library>
16+
</libraries>
1417
</project>

0 commit comments

Comments
 (0)