aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts')
-rw-r--r--build_scripts/config.py1
-rw-r--r--build_scripts/platforms/unix.py7
-rw-r--r--build_scripts/platforms/windows_desktop.py1
3 files changed, 0 insertions, 9 deletions
diff --git a/build_scripts/config.py b/build_scripts/config.py
index d3b9a38b1..8cb5e6301 100644
--- a/build_scripts/config.py
+++ b/build_scripts/config.py
@@ -217,7 +217,6 @@ class Config(object):
f'{PYSIDE}-uic = {package_name}.scripts.pyside_tool:uic',
f'{PYSIDE}-rcc = {package_name}.scripts.pyside_tool:rcc',
f'{PYSIDE}-designer= {package_name}.scripts.pyside_tool:designer',
- f'{PYSIDE}-lupdate = {package_name}.scripts.pyside_tool:main',
f'{PYSIDE}-genpyi = {package_name}.scripts.pyside_tool:genpyi',
]
}
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py
index 6698cdc13..59d7e599b 100644
--- a/build_scripts/platforms/unix.py
+++ b/build_scripts/platforms/unix.py
@@ -128,13 +128,6 @@ def prepare_packages_posix(self, vars):
"{st_build_dir}/{st_package_name}/scripts/pyside_tool.py",
force=False, vars=vars)
- # <install>/bin/* -> {st_package_name}/
- executables.extend(copydir(
- "{install_dir}/bin/",
- "{st_build_dir}/{st_package_name}",
- filter=[f"{PYSIDE}-lupdate"],
- recursive=False, vars=vars))
-
if not OPTION['NO_QT_TOOLS']:
executables.extend(copydir(
"{install_dir}/bin/",
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py
index b76f5d1b8..f34433e2b 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -314,7 +314,6 @@ def copy_qt_artifacts(self, copy_pdbs, vars):
"designer.exe",
"linguist.exe",
"lrelease.exe",
- "lupdate.exe",
"lconvert.exe",
"qtdiag.exe"
]