WSDG: Update Qt installation info

Change-Id: I9da1c68949ac48e3e88227e9c4f4d4930dbd3268
Reviewed-on: https://code.wireshark.org/review/23119
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2017-08-18 13:09:35 +01:00
parent e02ca799d9
commit b62eee0d7f
1 changed files with 10 additions and 6 deletions

View File

@ -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]]