Replace PUBLIC_LIBRARIES with LIBRARIES in qt_internal_add_manual_test

Noticed the warnings when building the manual tests.

Pick-to: 6.5
Change-Id: I7f927f42f11d234ec3c980f36d8e12c0c49be712
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Amir Masoud Abdol 2023-04-13 09:38:02 +02:00
parent 9031142e63
commit 8c4d81484c
9 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
qt_internal_add_manual_test(dprgadget
SOURCES
main.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::Widgets
Qt::GuiPrivate

View File

@ -11,7 +11,7 @@ qt_internal_add_manual_test(kitchensink
HAVE_SCREEN_BASE_DPI
INCLUDE_DIRECTORIES
.
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::GuiPrivate
Qt::Widgets

View File

@ -7,7 +7,7 @@ qt_internal_add_manual_test(pixelgadget
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::Widgets
)

View File

@ -7,7 +7,7 @@ qt_internal_add_manual_test(screengadget
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::Widgets
Qt::GuiPrivate

View File

@ -2,7 +2,7 @@ qt_internal_add_manual_test(imguirenderer
GUI
SOURCES
imguirenderer.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::GuiPrivate
)

View File

@ -5,7 +5,7 @@ qt_internal_add_manual_test(tex1d
GUI
SOURCES
tex1d.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Gui
Qt::GuiPrivate
)

View File

@ -2,7 +2,7 @@ qt_internal_add_manual_test(sockify_sockets_auto
SOURCES
main.cpp
../../qtwasmtestlib/qtwasmtestlib.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Core
Qt::Network
)

View File

@ -25,7 +25,7 @@ qt_internal_add_manual_test(files_auto
SOURCES
files_main.cpp
../qtwasmtestlib/qtwasmtestlib.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Core
Qt::CorePrivate
Qt::GuiPrivate
@ -49,7 +49,7 @@ qt_internal_add_manual_test(qwasmcompositor_auto
SOURCES
qwasmcompositor_main.cpp
../qtwasmtestlib/qtwasmtestlib.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Core
Qt::CorePrivate
Qt::GuiPrivate

View File

@ -1,7 +1,7 @@
qt_internal_add_manual_test(qwasmwindow_harness
SOURCES
qwasmwindow_harness.cpp
PUBLIC_LIBRARIES
LIBRARIES
Qt::Core
Qt::CorePrivate
Qt::GuiPrivate