aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/config.py
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-08-31 10:23:10 +0200
committerSimo Fält <simo.falt@qt.io>2021-09-01 09:36:00 +0000
commitcfcabf7a12a2426410de69d882b882c11306cfe7 (patch)
tree7c18d43eb11f317ba88840fe71837c7d2dd3e66b /build_scripts/config.py
parentf40dfe83e811584062fa742c7ae2f251de62b723 (diff)
Remove lupdate changes temporarilyv6.1.36.1.3
The new version will be added in 6.2, and some changes were pushed to 6.1 but they were not working. Change-Id: I0ce85b1ebcfcba6bd0d683fa543bc8fdd7e4d080 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 897e5d4651abb3e1c7b131a0ec10e011b2b187ce)
Diffstat (limited to 'build_scripts/config.py')
-rw-r--r--build_scripts/config.py1
1 files changed, 0 insertions, 1 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',
]
}