Renamed top-level cppcheck.pro to all.pro

This commit is contained in:
Daniel Marjamäki 2009-10-28 20:50:11 +01:00
parent ffb5bbd4d1
commit 46328ae01a
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ CONFIG += ordered
# check target - build and run tests
check.depends = sub-test
check.commands = $$PWD/test/test
check.commands = $$PWD/test/debug/test
QMAKE_EXTRA_TARGETS += check