Make target names for #1277

This commit is contained in:
Roman Bovsunivskiy
2010-02-28 17:21:28 +00:00
parent b63c1957dd
commit db577ab613
9 changed files with 36 additions and 18 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ run_tests.commands = ./unit_tests.sh make run
run_tests.depends = all
testclean.commands = /usr/bin/env python testclean.py
tests.depends = run_tests
QMAKE_EXTRA_TARGETS += build_tests run_tests tests testclean
clean_tests.depends = testclean
QMAKE_EXTRA_TARGETS += build_tests run_tests clean_tests tests testclean