tests: Remove superfluous gui additions to QT

by default QT contains both core and gui already

Change-Id: I6f5b551104e40a024468e7cb62e302134e9472ec
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Sergio Ahumada 2014-02-27 13:50:38 +01:00 committed by The Qt Project
parent 474bf7b187
commit e8ed514e35
8 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@ CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qsortfilterproxymodel
QT += gui widgets testlib
QT += widgets testlib
mtdir = ../../../other/modeltest
INCLUDEPATH += $$PWD/$${mtdir}

View File

@ -1,7 +1,7 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstandarditem
QT += gui testlib
QT += testlib
SOURCES += tst_qstandarditem.cpp

View File

@ -1,4 +1,3 @@
TEMPLATE = app
TARGET = qfileopeneventexternal
QT += core gui
SOURCES += qfileopeneventexternal.cpp

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -10,5 +10,5 @@ SOURCES += tst_qaccessibilitylinux.cpp
CONFIG += gui
QT += gui gui-private widgets dbus testlib
QT += gui-private widgets dbus testlib

View File

@ -4,7 +4,7 @@ win32:testcase.timeout = 900
macx:testcase.timeout = 900
QT += widgets widgets-private
QT += core-private gui testlib
QT += core-private testlib
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel