cppcheck/gui/gui.cppcheck
Kimmo Varis 13b307878a 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.
2011-05-12 13:40:56 +03:00

14 lines
268 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<includedir>
<dir name="../lib"/>
<dir name="temp"/>
</includedir>
<paths>
<dir name="."/>
</paths>
<ignore>
<path name="temp/"/>
</ignore>
</project>