summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-24 16:17:57 +0200
committerKai Koehne <kai.koehne@qt.io>2016-05-25 06:44:03 +0000
commit9f576901bb7f676e39a2559ab9aa4138debcae62 (patch)
tree64190904197b3f1f932295ab901b17da5ca5f49e /src
parent710f79632364cdca19b8efb012076f72720ae298 (diff)
Doc: Add dependencies to enable linking to Qt modules
Qt Location and Qt Positioning were missing, even though they are linked to in the Qt WebEngine Features topic. Change-Id: I5b5d0deae11735c3097b99e33fa9d75fd9411bdc Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/qtwebengine.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/doc/qtwebengine.qdocconf b/src/webengine/doc/qtwebengine.qdocconf
index e151b78a4..40e8c2728 100644
--- a/src/webengine/doc/qtwebengine.qdocconf
+++ b/src/webengine/doc/qtwebengine.qdocconf
@@ -42,7 +42,9 @@ tagfile = ../../../doc/qtwebengine/qtwebengine.tags
depends += qtcore \
qtgui \
+ qtlocation \
qtnetwork \
+ qtpositioning \
qtqml \
qtquick \
qtquickcontrols \