From e8ed514e354755e34a1343070483371e37394b3b Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 27 Feb 2014 13:50:38 +0100 Subject: tests: Remove superfluous gui additions to QT by default QT contains both core and gui already Change-Id: I6f5b551104e40a024468e7cb62e302134e9472ec Reviewed-by: Frederik Gladhorn --- tests/auto/gui/itemmodels/qstandarditem/qstandarditem.pro | 2 +- .../qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro | 1 - tests/auto/gui/kernel/qguiapplication/qguiapplication.pro | 2 +- tests/auto/gui/qopengl/qopengl.pro | 2 +- tests/auto/gui/text/qstatictext/qstatictext.pro | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/auto/gui') diff --git a/tests/auto/gui/itemmodels/qstandarditem/qstandarditem.pro b/tests/auto/gui/itemmodels/qstandarditem/qstandarditem.pro index 282737ed7d..b85d475e97 100644 --- a/tests/auto/gui/itemmodels/qstandarditem/qstandarditem.pro +++ b/tests/auto/gui/itemmodels/qstandarditem/qstandarditem.pro @@ -1,7 +1,7 @@ CONFIG += testcase CONFIG += parallel_test TARGET = tst_qstandarditem -QT += gui testlib +QT += testlib SOURCES += tst_qstandarditem.cpp diff --git a/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro b/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro index b84ff760ca..a4abaeedc6 100644 --- a/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro +++ b/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro @@ -1,4 +1,3 @@ TEMPLATE = app TARGET = qfileopeneventexternal -QT += core gui SOURCES += qfileopeneventexternal.cpp diff --git a/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro b/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro index 79acb9e5f1..cd363bab31 100644 --- a/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro +++ b/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro @@ -5,5 +5,5 @@ include($${CORE_TEST_PATH}/qcoreapplication.pro) INCLUDEPATH += $$CORE_TEST_PATH TARGET = tst_qguiapplication -QT += gui gui-private +QT += gui-private SOURCES += tst_qguiapplication.cpp diff --git a/tests/auto/gui/qopengl/qopengl.pro b/tests/auto/gui/qopengl/qopengl.pro index 34af962d36..12429bbeed 100644 --- a/tests/auto/gui/qopengl/qopengl.pro +++ b/tests/auto/gui/qopengl/qopengl.pro @@ -5,7 +5,7 @@ CONFIG += testcase CONFIG += parallel_test TARGET = tst_qopengl -QT += gui gui-private core-private testlib +QT += gui-private core-private testlib SOURCES += tst_qopengl.cpp diff --git a/tests/auto/gui/text/qstatictext/qstatictext.pro b/tests/auto/gui/text/qstatictext/qstatictext.pro index 55b218deb7..435b132ffd 100644 --- a/tests/auto/gui/text/qstatictext/qstatictext.pro +++ b/tests/auto/gui/text/qstatictext/qstatictext.pro @@ -3,5 +3,5 @@ CONFIG += parallel_test linux: CONFIG += insignificant_test TARGET = tst_qstatictext QT += testlib -QT += core core-private gui gui-private +QT += core-private gui-private SOURCES += tst_qstatictext.cpp -- cgit v1.2.3