aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-01 10:36:22 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-01 22:28:51 +0000
commitcc9de69b497d1c428680c70d6b9397d0b364ebfe (patch)
treef3f0831fc8bf9386f6488d1c26a101db3c3fb033 /doc
parent77a918188267f8f45bc9f51aa81bb24ee27765c5 (diff)
Set the minimum Qt version to 4.7.
We've been using QElapsedTimer for a while now with no complaints. It was introduced in Qt 4.7, which was first released in September 2010. Change-Id: I21ca768c6a7bab8a08626957583d81fd771c64b4 Reviewed-on: https://code.wireshark.org/review/10732 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 544ff563b2..d14157539b 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -11,7 +11,7 @@ and let us add features more easily.
1. Getting up and running
The Qt interface for Wireshark should compile out of the box on Windows, OS
-X, and Linux using Qt 4.6 or later (including Qt 5) and Visual C++, gcc/g++,
+X, and Linux using Qt 4.7 or later (including Qt 5) and Visual C++, gcc/g++,
and clang/clang++. The Qt UI is continuously built and tested at
https://buildbot.wireshark.org/trunk/waterfall .