summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-30 11:41:51 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-01 09:06:44 +0000
commite5a2a23d7ced6bc91075ba468870448acb4fe4ea (patch)
tree2d8f361fc5e17f6b96ca12db3f297da4ea071ce9 /src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
parent281fa8329be7bcd66c181ac73d8f8d9c3dfe3fe9 (diff)
Doc: remove include and linking instructions from front page
Make sure that the instructions are visible on the linked page for each module. Change-Id: I47625bd8eb19ddf1f94e1bafb49f132216a0c069 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/webengine/doc/src/qtwebengine-qmlmodule.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine-qmlmodule.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
index e098071b3..90c17f89b 100644
--- a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
+++ b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
@@ -36,4 +36,11 @@
import QtQuick 2.0
import QtWebEngine 1.1
\endcode
+
+ To link against the module, add the following QT variable to your qmake .pro
+ file:
+
+ \badcode
+ QT += webengine
+ \endcode
*/