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
|
CONFIG += parallel_test
|
||||||
TARGET = tst_qsortfilterproxymodel
|
TARGET = tst_qsortfilterproxymodel
|
||||||
|
|
||||||
QT += gui widgets testlib
|
QT += widgets testlib
|
||||||
mtdir = ../../../other/modeltest
|
mtdir = ../../../other/modeltest
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/$${mtdir}
|
INCLUDEPATH += $$PWD/$${mtdir}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
TARGET = tst_qstandarditem
|
TARGET = tst_qstandarditem
|
||||||
QT += gui testlib
|
QT += testlib
|
||||||
SOURCES += tst_qstandarditem.cpp
|
SOURCES += tst_qstandarditem.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = qfileopeneventexternal
|
TARGET = qfileopeneventexternal
|
||||||
QT += core gui
|
|
||||||
SOURCES += qfileopeneventexternal.cpp
|
SOURCES += qfileopeneventexternal.cpp
|
||||||
|
@ -5,5 +5,5 @@ include($${CORE_TEST_PATH}/qcoreapplication.pro)
|
|||||||
INCLUDEPATH += $$CORE_TEST_PATH
|
INCLUDEPATH += $$CORE_TEST_PATH
|
||||||
|
|
||||||
TARGET = tst_qguiapplication
|
TARGET = tst_qguiapplication
|
||||||
QT += gui gui-private
|
QT += gui-private
|
||||||
SOURCES += tst_qguiapplication.cpp
|
SOURCES += tst_qguiapplication.cpp
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
TARGET = tst_qopengl
|
TARGET = tst_qopengl
|
||||||
QT += gui gui-private core-private testlib
|
QT += gui-private core-private testlib
|
||||||
|
|
||||||
SOURCES += tst_qopengl.cpp
|
SOURCES += tst_qopengl.cpp
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@ CONFIG += parallel_test
|
|||||||
linux: CONFIG += insignificant_test
|
linux: CONFIG += insignificant_test
|
||||||
TARGET = tst_qstatictext
|
TARGET = tst_qstatictext
|
||||||
QT += testlib
|
QT += testlib
|
||||||
QT += core core-private gui gui-private
|
QT += core-private gui-private
|
||||||
SOURCES += tst_qstatictext.cpp
|
SOURCES += tst_qstatictext.cpp
|
||||||
|
@ -10,5 +10,5 @@ SOURCES += tst_qaccessibilitylinux.cpp
|
|||||||
|
|
||||||
CONFIG += gui
|
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
|
macx:testcase.timeout = 900
|
||||||
|
|
||||||
QT += widgets widgets-private
|
QT += widgets widgets-private
|
||||||
QT += core-private gui testlib
|
QT += core-private testlib
|
||||||
|
|
||||||
SOURCES += tst_qfilesystemmodel.cpp
|
SOURCES += tst_qfilesystemmodel.cpp
|
||||||
TARGET = tst_qfilesystemmodel
|
TARGET = tst_qfilesystemmodel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user