summaryrefslogtreecommitdiffstats
path: root/src/core/doc/snippets/qtwebenginecore_build_snippet.qdoc
blob: 9a7370d62f24bd45f38702f614601c7abc5d81fd (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 Qt6::WebEngineCore)
//! [2]