qtbase/examples/corelib/tools/CMakeLists.txt

7 lines
168 B
CMake

if(NOT TARGET Qt::Widgets)
return()
endif()
qt_internal_add_example(contiguouscache)
qt_internal_add_example(customtype)
qt_internal_add_example(customtypesending)