diff -r 6ffe1fe2ab4a -r 0835ed67714b scripts/install.py --- a/scripts/install.py Thu Nov 19 17:41:58 2020 +0100 +++ b/scripts/install.py Sat Nov 21 19:31:16 2020 +0100 @@ -160,7 +160,8 @@ if sys.platform.startswith(("win", "cygwin")): print(" --clean-desktop delete desktop links before installation") if sys.platform != "darwin": - print(" --no-tools don't ask for installation of pyqt5-tools") + print(" --no-tools don't ask for installation of pyqt5-tools" + "/qt5-applications") print(" -x don't perform dependency checks (use on your own" " risk)") print(" -z don't compile the installed python files") @@ -1532,7 +1533,7 @@ ] optionalModulesList = {} if sys.platform != "darwin" and not ignorePyqt5Tools: - optionalModulesList["pyqt5-tools"] = "pyqt5_tools" + optionalModulesList["qt5-applications"] = "qt5_applications" # check mandatory modules modulesOK = True