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:
parent
474bf7b187
commit
e8ed514e35
@ -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}
|
||||
|
@ -1,7 +1,7 @@
|
||||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qstandarditem
|
||||
QT += gui testlib
|
||||
QT += testlib
|
||||
SOURCES += tst_qstandarditem.cpp
|
||||
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
TEMPLATE = app
|
||||
TARGET = qfileopeneventexternal
|
||||
QT += core gui
|
||||
SOURCES += qfileopeneventexternal.cpp
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -10,5 +10,5 @@ SOURCES += tst_qaccessibilitylinux.cpp
|
||||
|
||||
CONFIG += gui
|
||||
|
||||
QT += gui gui-private widgets dbus testlib
|
||||
QT += gui-private widgets dbus testlib
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user