summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/CMakeLists.txt
blob: dc42b3dfe6c45290882d9e49ecc599443dee6c31 (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_example(customdialogs)
qt_internal_add_example(customtouchhandle)
qt_internal_add_example(lifecycle)
qt_internal_add_example(minimal)
qt_internal_add_example(quicknanobrowser)
qt_internal_add_example(webengineaction)
if(TARGET Qt::QuickControls2)
    qt_internal_add_example(recipebrowser)
endif()