summaryrefslogtreecommitdiffstats
path: root/src/core/doc/snippets/qtwebenginecore_build_snippet.qdoc
blob: ee22ea774c9fa731e061d354a55b5be6d55fa4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [0]
QT += webenginecore
//! [0]

//! [2]
find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(target PRIVATE Qt::WebEngineCore)
//! [2]