qt6windows7/tests/manual/highdpi/pixelgadget/CMakeLists.txt

14 lines
294 B
CMake
Raw Normal View History

2023-10-30 06:33:08 +08:00
#####################################################################
## pixelgadget Binary:
#####################################################################
qt_internal_add_manual_test(pixelgadget
GUI
SOURCES
main.cpp
LIBRARIES
Qt::Gui
Qt::Widgets
)