summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/CMakeLists.txt
blob: a8db41edee0b58e3263e715a507b329265f360b5 (plain)
1
2
3
4
5
6
if(NOT TARGET Qt::Widgets)
    return()
endif()
qt_internal_add_example(contiguouscache)
qt_internal_add_example(customtype)
qt_internal_add_example(customtypesending)