qt5base-lts/tests/manual/highdpi/pixelgadget/CMakeLists.txt
Amir Masoud Abdol 8c4d81484c 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>
2023-04-13 20:16:08 +02:00

14 lines
294 B
CMake

#####################################################################
## pixelgadget Binary:
#####################################################################
qt_internal_add_manual_test(pixelgadget
GUI
SOURCES
main.cpp
LIBRARIES
Qt::Gui
Qt::Widgets
)