summaryrefslogtreecommitdiffstats
path: root/src/core/doc/snippets/qtwebenginecore_build_snippet.qdoc
blob: 4806359c9e8301b1b27a18a62bccede5e6d6579d (plain)
1
2
3
4
5
6
7
8
//! [0]
QT += webenginecore
//! [0]


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