From 26b296171700395da467d4dca54c63a16e5d2d7d 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 Change-Id: I3c1e4a563448e8f97219c10566cea921a2807abc Reviewed-by: Alexey Edelev (cherry picked from commit 832eda3beb4c6c3618f101f15acbb9e315282932) Reviewed-by: Amir Masoud Abdol --- tests/auto/wasm/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/wasm/CMakeLists.txt b/tests/auto/wasm/CMakeLists.txt index 47031037e0a..18b72062874 100644 --- a/tests/auto/wasm/CMakeLists.txt +++ b/tests/auto/wasm/CMakeLists.txt @@ -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 )