aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-09-07 01:26:30 -0700
committerGuy Harris <guy@alum.mit.edu>2018-09-07 08:28:18 +0000
commit04ef87a7b8b0b9d4e95250190247ddd9a4b259ab (patch)
tree472df8e707ec6e3be7bd434de347c8d46761a85f /docbook/wsdg_src
parente4ff3e657a8abfad75041cb9e6d750ca42764af0 (diff)
We build Wireshark with Qt 5.9.5 on Windows; update the developer's guide.
Change-Id: Ifebe4b72f35466ddc78bccc96b145afa400ad715 Reviewed-on: https://code.wireshark.org/review/29460 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index fdf869269f..a9b27d3644 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -103,7 +103,7 @@ 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_
+directory, e.g. _C:\Qt\5.9.5\msvc2015_64_
The Qt maintenance tool (_C:\Qt\MaintenanceTool.exe_) can be used to
upgrade Qt to newer versions.
@@ -391,7 +391,7 @@ Set the following environment variables, using paths and values suitable for you
> set WIRESHARK_BASE_DIR=C:\Development
> rem set WIRESHARK_LIB_DIR=c:\wireshark-win64-libs
> rem Set the Qt installation directory
-> set QT5_BASE_DIR=C:\Qt\5.9.1\msvc2015_64
+> set QT5_BASE_DIR=C:\Qt\5.9.5\msvc2015_64
> rem Append a custom string to the package version. Optional.
> set WIRESHARK_VERSION_EXTRA=-YourExtraVersionInfo
----