Restructuring: updated the top cppcheck.pro file

This commit is contained in:
Daniel Marjamäki 2009-10-28 18:35:30 +01:00
parent cba94feded
commit 9212e7500e
1 changed files with 8 additions and 0 deletions

8
cppcheck.pro Executable file
View File

@ -0,0 +1,8 @@
TEMPLATE = subdirs
SUBDIRS = cli test gui
CONFIG += ordered
# check target - build and run tests
check.depends = sub-test
check.commands = $$PWD/test/test
QMAKE_EXTRA_TARGETS += check