Skip to content

Commit

Permalink
Ticket danmar#2522 (update project files to fix missing include messa…
Browse files Browse the repository at this point in the history
…ges)
  • Loading branch information
IOBYTE authored and kimmov committed Jan 31, 2011
1 parent 202c8eb commit 52fea0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions cppcheck.cppcheck
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
<root name="."/>
<includedir>
<dir name="lib/"/>
<dir name="cli/"/>
<dir name="externals/"/>
<dir name="gui/temp/"/>
</includedir>
<paths>
<dir name="lib/"/>
<dir name="cli/"/>
<dir name="gui/"/>
<dir name="test/"/>
</paths>
</project>
13 changes: 7 additions & 6 deletions gui/gui.cppcheck
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<includedir>
<dir name="../lib"/>
</includedir>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<includedir>
<dir name="../lib"/>
<dir name="temp"/>
</includedir>
</project>

0 comments on commit 52fea0f

Please sign in to comment.