aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2023-01-25 14:37:59 +0100
committerTim Jenssen <tim.jenssen@qt.io>2023-01-25 13:38:45 +0000
commit6f24bedc8aaad9f38e49846d563cea20646794d2 (patch)
treec19b3e7562b44a5eb9e4cf500e08ba0ff2c905a4
parent01d17cf6af71dab74831825887667611fc90234a (diff)
fix install_qt still talks about Qt 5
Change-Id: I584a6de83729174c66bf73f330fd4db9ed3662ba Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--packaging-tools/install_qt.py2
1 files changed, 1 insertions, 1 deletions
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(