We don't compile Qt, we just install a binary.

Change-Id: Ieeaa2b393775ae58782c0f2447b51fd068ffc185
Reviewed-on: https://code.wireshark.org/review/34763
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-10-12 19:38:49 -07:00
parent 9dc1b31272
commit 9f374047ad
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ uninstall_glib() {
install_qt() {
if [ "$QT_VERSION" -a ! -f qt-$QT_VERSION-done ]; then
echo "Downloading, building, and installing Qt:"
echo "Downloading and installing Qt:"
#
# What you get for this URL might just be a 302 Found reply, so use
# -L so we get redirected.