aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-08-18 12:56:27 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-08-18 10:57:46 +0000
commit21672e51e43db1fbb39362346264815a5bba0f16 (patch)
tree45cebb29f24ae21f91f0f683b018d964fe31296e /docbook/wsdg_src
parentf76e1c8c84eeaee504db9bb7510109247655e372 (diff)
WSDG: Reference to an existing Qt version
Change-Id: Ia1c61cabf1bf3378bf993501dc1362163f33f1ed Reviewed-on: https://code.wireshark.org/review/23116 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
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 a5c6c86d19..5fbd6684c8 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -151,7 +151,7 @@ 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.2\msvc2015_64`
+`C:\Qt\5.9.1\msvc2015_64`
[[ChSetupCygwin]]
@@ -390,7 +390,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.2\msvc2015_64
+> set QT5_BASE_DIR=C:\Qt\5.9.1\msvc2015_64
> rem Append a custom string to the package version. Optional.
> set WIRESHARK_VERSION_EXTRA=-YourExtraVersionInfo
----