aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2017-08-18 13:09:35 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2017-08-18 12:21:47 +0000
commitb62eee0d7f150cdf840efff175888eacde993622 (patch)
tree6be2e3b4b4b4743b8c69fbd97667ed3525abaa25 /docbook/wsdg_src
parente02ca799d966ed2054bbd78742fd0a61f8bd959e (diff)
WSDG: Update Qt installation info
Change-Id: I9da1c68949ac48e3e88227e9c4f4d4930dbd3268 Reviewed-on: https://code.wireshark.org/review/23119 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc16
1 files changed, 10 insertions, 6 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index 5fbd6684c8..8d48f5a242 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -145,13 +145,17 @@ Qt download the *Qt Online Installer for Windows* from the Qt Project
https://www.qt.io/download-open-source/["Download Open Source" page] and
select a component that matches your target system and compiler. For
example, the ``msvc2015 64-bit'' component is used to build the official
-64-bit packages.
+64-bit packages. You can deselect all the Qt xxxx (e.g. Qt Charts)
+components as they aren't required.
-Note that separate installations (into different directories) of Qt are
-required for 32 bit and 64 bit builds. The environment variable
-`QT5_BASE_DIR` should be set as appropriate for your environment and
-should point to the Qt directory that contains the bin directory, e.g.
-`C:\Qt\5.9.1\msvc2015_64`
+Note that installation of separate Qt components are required for 32 bit
+and 64 bit builds, e.g. `msvc2015 32-bit` and `msvc2015 64-bit`. The
+environment variable `QT5_BASE_DIR` should be set as appropriate for your
+environment and should point to the Qt directory that contains the bin
+directory, e.g. `C:\Qt\5.9.1\msvc2015_64`
+
+The Qt maintenance tool (`C:\Qt\MaintenanceTool.exe`) can be used to
+upgrade Qt to newer versions.
[[ChSetupCygwin]]