aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-12-10 08:35:17 -0800
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-12-10 19:52:58 +0000
commit6f9efa7583fc31006ac51f2663b81d5a3eb6eabf (patch)
treeb307fb2957254ffc68dd2b417aa2541e0f33e802 /doc
parentc5093fb2274eb172e3e2ba046f2f2fd823dba0c6 (diff)
More Qt minimum version updates.
Update the minimum version in various documents. Remove some no-longer-needed code from scripts that call windeployqt. Change-Id: I16da4bced9780c9f1b1969aae7c52e2fce1968aa Reviewed-on: https://code.wireshark.org/review/35391 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 42f2d0e31a..bf15d68c4f 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -409,7 +409,7 @@ own mkstemp implementation for use on platforms that lack mkstemp.
Note: mkstemp does not accept NULL as a parameter.
Wireshark requires mininum versions of each of the libraries it uses, in
-particular GLib 2.32.0 and Qt 5.2.0 or newer. If you require a mechanism
+particular GLib 2.32.0 and Qt 5.3.0 or newer. If you require a mechanism
that is available only in a newer version of a library then use its
version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if
QT_VERSION_CHECK(...)" to conditionally compile code using that