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:
parent
136c2bf184
commit
7a4b6f8cdd
@ -1,4 +1,5 @@
|
||||
CONFIG += testcase parallel_test
|
||||
TARGET = tst_qresourceengine
|
||||
load(resources)
|
||||
QT = core testlib
|
||||
SOURCES = tst_qresourceengine.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
CONFIG += testcase
|
||||
|
||||
TARGET = tst_qtableview
|
||||
QT += widgets widgets-private testlib
|
||||
QT += core-private gui-private
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qstyle
|
||||
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qstyle.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user