Pick-to: 6.3 Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
7 lines
168 B
CMake
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)
|