GUI: Fix the gui.cppcheck to work with GUI.

The project file to check just GUI code was missing the directory
to check. This is probably due it was used originally as
"automatically" loaded project file which assumed current
directory is checked and only added some additional parameters.
This commit is contained in:
Kimmo Varis 2011-05-12 13:40:56 +03:00
parent 97eff37f28
commit 13b307878a
1 changed files with 6 additions and 0 deletions

View File

@ -4,4 +4,10 @@
<dir name="../lib"/>
<dir name="temp"/>
</includedir>
<paths>
<dir name="."/>
</paths>
<ignore>
<path name="temp/"/>
</ignore>
</project>