Remove unnecessary widgets linking from autotests
Unconditional linking breaks build when widgets are disabled. tst_localfileapi, tst_qwasmwindowstack, and tst_qwasmwindowtreenode tests link against Qt::Widgets, but does not use them => remove. Task-number: QTBUG-136101 Pick-to: 6.9 6.8 Change-Id: I6d895b5ddd85b3ace98e0e398d034006aee236e0 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
441a4ac1bc
commit
464e9298e2
@ -20,5 +20,4 @@ qt_internal_add_test(tst_localfileapi
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::Core
|
Qt::Core
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::Widgets
|
|
||||||
)
|
)
|
||||||
|
@ -20,5 +20,4 @@ qt_internal_add_test(tst_qwasmwindowstack
|
|||||||
Qt::Core
|
Qt::Core
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::Widgets
|
|
||||||
)
|
)
|
||||||
|
@ -20,5 +20,4 @@ qt_internal_add_test(tst_qwasmwindowtreenode
|
|||||||
Qt::Core
|
Qt::Core
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::Widgets
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user