summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc
blob: d4fc2bd85c5ecc9630234ee210e7f1e9fcb29971 (plain)
1
2
3
4
5
6
7
8
//! [0]
QT += webkit
//! [0]


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