From 7a4b6f8cdd932c193ac027438fc48f0ce7732339 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 26 Feb 2012 10:51:52 +0100 Subject: Fix inconsistent auto test executable names Change-Id: I3b6b5b37e32be25d1b9933395c43f6d5aa5b8810 Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- tests/auto/corelib/io/qresourceengine/qresourceengine.pro | 1 + tests/auto/widgets/itemviews/qtableview/qtableview.pro | 2 +- tests/auto/widgets/styles/qstyle/qstyle.pro | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/auto/corelib/io/qresourceengine/qresourceengine.pro b/tests/auto/corelib/io/qresourceengine/qresourceengine.pro index d6e2cb3171..e59746c158 100644 --- a/tests/auto/corelib/io/qresourceengine/qresourceengine.pro +++ b/tests/auto/corelib/io/qresourceengine/qresourceengine.pro @@ -1,4 +1,5 @@ CONFIG += testcase parallel_test +TARGET = tst_qresourceengine load(resources) QT = core testlib SOURCES = tst_qresourceengine.cpp diff --git a/tests/auto/widgets/itemviews/qtableview/qtableview.pro b/tests/auto/widgets/itemviews/qtableview/qtableview.pro index 528fa7d014..889caaf3c8 100644 --- a/tests/auto/widgets/itemviews/qtableview/qtableview.pro +++ b/tests/auto/widgets/itemviews/qtableview/qtableview.pro @@ -1,5 +1,5 @@ CONFIG += testcase - +TARGET = tst_qtableview QT += widgets widgets-private testlib QT += core-private gui-private diff --git a/tests/auto/widgets/styles/qstyle/qstyle.pro b/tests/auto/widgets/styles/qstyle/qstyle.pro index 5a18a70d9e..842fd11062 100644 --- a/tests/auto/widgets/styles/qstyle/qstyle.pro +++ b/tests/auto/widgets/styles/qstyle/qstyle.pro @@ -1,4 +1,5 @@ CONFIG += testcase +TARGET = tst_qstyle TARGET.EPOCHEAPSIZE = 0x200000 0x800000 QT += widgets testlib SOURCES += tst_qstyle.cpp -- cgit v1.2.3