From 832eda3beb4c6c3618f101f15acbb9e315282932 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 22 Nov 2023 10:00:59 +0100 Subject: [PATCH] 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 --- tests/auto/wasm/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/wasm/CMakeLists.txt b/tests/auto/wasm/CMakeLists.txt index cf2aeb9af26..124ef866334 100644 --- a/tests/auto/wasm/CMakeLists.txt +++ b/tests/auto/wasm/CMakeLists.txt @@ -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 )