8c4d81484c
Noticed the warnings when building the manual tests. Pick-to: 6.5 Change-Id: I7f927f42f11d234ec3c980f36d8e12c0c49be712 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
14 lines
294 B
CMake
14 lines
294 B
CMake
|
|
#####################################################################
|
|
## pixelgadget Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(pixelgadget
|
|
GUI
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|