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

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


//! [1]
#include <QtWebEngineCore>
//! [1]

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