Fix inconsistent auto test executable names

Change-Id: I3b6b5b37e32be25d1b9933395c43f6d5aa5b8810
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
David Faure 2012-02-26 10:51:52 +01:00 committed by Qt by Nokia
parent 136c2bf184
commit 7a4b6f8cdd
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
CONFIG += testcase parallel_test
TARGET = tst_qresourceengine
load(resources)
QT = core testlib
SOURCES = tst_qresourceengine.cpp

View File

@ -1,5 +1,5 @@
CONFIG += testcase
TARGET = tst_qtableview
QT += widgets widgets-private testlib
QT += core-private gui-private

View File

@ -1,4 +1,5 @@
CONFIG += testcase
TARGET = tst_qstyle
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
QT += widgets testlib
SOURCES += tst_qstyle.cpp