CMake: Remove deprecated PUBLIC_LIBRARIES option in wasm tests

Tests should only use the LIBRARIES option.

Pick-to: 6.5 6.6
Change-Id: I3c1e4a563448e8f97219c10566cea921a2807abc
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2023-11-22 10:00:59 +01:00
parent 7169ea71bd
commit 832eda3beb

View File

@ -30,7 +30,6 @@ qt_internal_add_test(tst_qwasmwindowstack
QT_NO_FOREACH
LIBRARIES
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
Qt::Widgets
@ -43,7 +42,6 @@ qt_internal_add_test(tst_qwasmwindowtreenode
QT_NO_FOREACH
LIBRARIES
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
Qt::Widgets
@ -56,6 +54,5 @@ qt_internal_add_test(tst_qwasmkeytranslator
QT_NO_FOREACH
LIBRARIES
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
)