summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/CMakeLists.txt
blob: 8105b6c9a91c56ad6dab07e4a38c9e68310dca2b (plain)
1
2
3
4
5
6
7
8
qt_internal_add_example(customdialogs)
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()