CMake: Remove deprecated PUBLIC_LIBRARIES option in wasm tests
Tests should only use the LIBRARIES option. Pick-to: 6.5 Change-Id: I3c1e4a563448e8f97219c10566cea921a2807abc Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 832eda3beb4c6c3618f101f15acbb9e315282932) Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
This commit is contained in:
parent
e86dc821d1
commit
26b2961717
@ -24,7 +24,6 @@ qt_internal_add_test(tst_qwasmwindowstack
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
@ -37,6 +36,5 @@ qt_internal_add_test(tst_qwasmkeytranslator
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user