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

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()