aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-05-16 09:07:49 +0200
committerJörg Mayer <jmayer@loplof.de>2018-05-16 07:08:58 +0000
commitde354e3149d7c2c5d78db6e02f2c2ec12cef3464 (patch)
tree95cddd17b02b5b0558d38d61d8d933daf62ce4e0 /tools
parentd90505e8beb6da561004e2462310729cf6de3a7f (diff)
Minimum supported QT-Version is 5.2
Change-Id: I9652a4d19b73a95022b39f738d6ad01dd458df94 Reviewed-on: https://code.wireshark.org/review/27572 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh
index 97edfe1a7f..c244f80faf 100755
--- a/tools/macos-setup.sh
+++ b/tools/macos-setup.sh
@@ -663,7 +663,7 @@ install_qt() {
case $QT_MINOR_VERSION in
0|1)
- QT_VOLUME=qt-mac-opensource-$QT_VERSION-clang-offline
+ echo "Qt $QT_VERSION" is too old 1>&2
;;
2)