diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2011-01-12 12:43:08 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-01-12 12:59:45 (GMT) |
commit | 0336bc0cc8b4c0b0e75315594c1db83ee9b30f2e (patch) | |
tree | d6aa6b25a2092dd4c03fc0ca332891dc8bf204c9 | |
parent | fbc2c44d1382e223a9a6e13fab66731fc6d54b18 (diff) | |
download | Qt-0336bc0cc8b4c0b0e75315594c1db83ee9b30f2e.zip Qt-0336bc0cc8b4c0b0e75315594c1db83ee9b30f2e.tar.gz Qt-0336bc0cc8b4c0b0e75315594c1db83ee9b30f2e.tar.bz2 |
Backporting TESTARGS feature from 4.7
Originally introduced in d29e1dda8fbc24087b9cf0bf08d929bef74f5c96.
This patch should be reverted when it reaches the 4.7 branch again.
Reviewed-by: Sergio Ahumada
-rw-r--r-- | mkspecs/features/qttest_p4.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf index e3faef1..a01455e 100644 --- a/mkspecs/features/qttest_p4.prf +++ b/mkspecs/features/qttest_p4.prf @@ -24,6 +24,7 @@ else:win32: { else:check.commands += $(DESTDIR_TARGET) } embedded: check.commands += -qws +check.commands += $(TESTARGS) QMAKE_EXTRA_TARGETS += check !debug_and_release|build_pass { |