From 6f24bedc8aaad9f38e49846d563cea20646794d2 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 25 Jan 2023 14:37:59 +0100 Subject: fix install_qt still talks about Qt 5 Change-Id: I584a6de83729174c66bf73f330fd4db9ed3662ba Reviewed-by: Tim Jenssen --- packaging-tools/install_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging-tools/install_qt.py') diff --git a/packaging-tools/install_qt.py b/packaging-tools/install_qt.py index b75625f0d..3e9ba6e45 100644 --- a/packaging-tools/install_qt.py +++ b/packaging-tools/install_qt.py @@ -97,7 +97,7 @@ def install_qt( if not qt_modules: raise SystemExit("No modules specified in qt_modules") qt_path = os.path.abspath(qt_path) - dl_pkgs_work = ThreadedWork("get and extract Qt 5 binaries") + dl_pkgs_work = ThreadedWork("get and extract Qt binaries") need_to_install_qt = not os.path.lexists(qt_path) if need_to_install_qt: opts = argparse.Namespace( -- cgit v1.2.3