diff options
author | Joerg Mayer <jmayer@loplof.de> | 2017-02-02 19:25:10 +0100 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2017-02-13 22:02:31 +0000 |
commit | 993e0989f9abcaafb073cb0ae005de9bda475452 (patch) | |
tree | 947bf1c20c74a6b7edf8f18f8f6ff48d3140e222 /macosx-setup.sh | |
parent | 6b84ddee83e70aff944da084129624226b7a32fa (diff) | |
download | wireshark-993e0989f9abcaafb073cb0ae005de9bda475452.tar.gz wireshark-993e0989f9abcaafb073cb0ae005de9bda475452.tar.bz2 wireshark-993e0989f9abcaafb073cb0ae005de9bda475452.zip |
Change Qt setup from 5.5.0 to 5.8.0
Change-Id: Ic98922a9e3bf784487512c28921eb5c7d9914e53
Reviewed-on: https://code.wireshark.org/review/19962
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-x | macosx-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh index aff1d76741..f0a317f468 100755 --- a/macosx-setup.sh +++ b/macosx-setup.sh @@ -82,7 +82,7 @@ PKG_CONFIG_VERSION=0.28 # packet data pane; see, for example, Qt bugs QTBUG-31937, QTBUG-41017, # and QTBUG-43464, all of which seem to be the same bug. # -QT_VERSION=${QT_VERSION-5.5.0} +QT_VERSION=${QT_VERSION-5.8.0} #GTK_VERSION=${GTK_VERSION-2.24.17} if [ "$GTK_VERSION" ]; then # |