summaryrefslogtreecommitdiff
path: root/examples/webenginequick/CMakeLists.txt
blob: 4b64c2926eb2677e5bef94eb046c55b17327b985 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(customdialogs)
qt_internal_add_example(customtouchhandle)
qt_internal_add_example(lifecycle)
qt_internal_add_example(quicknanobrowser)
qt_internal_add_example(webengineaction)
if(TARGET Qt::QuickControls2)
    qt_internal_add_example(recipebrowser)
endif()