summaryrefslogtreecommitdiffstats
path: root/examples/webview/CMakeLists.txt
blob: 94fcc41417b80e62b89a0a0cbf2b23f52e49f1c5 (plain)
1
2
3
4
5
6
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(TARGET Qt::WebView)
    qt_internal_add_example(minibrowser)
endif()