summaryrefslogtreecommitdiffstats
path: root/src/doc/config
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2015-11-18 13:32:24 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-11-30 09:20:04 +0000
commitf7b22de2ee53554448f27df20792ef593b081f8a (patch)
treea64f28797631c1ed2ba6f3371c403bfe5c104340 /src/doc/config
parente9b5c447c72f95ca3f5758a54a7056ddcc43a773 (diff)
Doc: Add documentation on static builds
Add documentation on how to configure Qt for a static build using cross-compilation with B2Qt toolchain, and how to manage linking of static Qt plugins and QML imports. Task-number: QTEE-983 Change-Id: Ied0172fc92dbaa1290389ba321d4588c3df9e54c Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/doc/config')
-rw-r--r--src/doc/config/b2qt-project.qdocconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/config/b2qt-project.qdocconf b/src/doc/config/b2qt-project.qdocconf
index 5983ca2..664711a 100644
--- a/src/doc/config/b2qt-project.qdocconf
+++ b/src/doc/config/b2qt-project.qdocconf
@@ -14,6 +14,8 @@ exampledirs += ../../../examples
imagedirs += ../images
indexes = $QT_INSTALL_DOCS/qtquick/qtquick.index \
+ $QT_INSTALL_DOCS/qtqml/qtqml.index \
+ $QT_INSTALL_DOCS/qtdoc/qtdoc.index \
$QT_INSTALL_DOCS/qtgui/qtgui.index \
$QT_INSTALL_DOCS/qtcore/qtcore.index \
$QT_INSTALL_DOCS/qtserialport/qtserialport.index \
@@ -21,6 +23,9 @@ indexes = $QT_INSTALL_DOCS/qtquick/qtquick.index \
$QT_INSTALL_DOCS/qtwebengine/qtwebengine.index \
$QT_INSTALL_DOCS/qtquickcontrols/qtquickcontrols.index
+# Listing qmake.index as part of 'indexes' fails, add a dependency as workaround
+depends = qmake
+
qhp.projects = B2Qt
qhp.B2Qt.file = b2qt.qhp