aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-28 14:25:17 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-08-11 15:17:52 +0000
commit950b73510bda03c4a4096d2f6aa5daf1a377ab9e (patch)
tree353f93fd457c73205d57b6795cdc641c95038093 /build_scripts/wheel_files.py
parent39821c9265ca15373725e408b5ede19794b9e419 (diff)
PySideTools: Add qmlls
- added qml language server Task-number: PYSIDE-2004 Change-Id: I79c44588c7db42c87914162a5babd4e390ff9a88 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'build_scripts/wheel_files.py')
-rw-r--r--build_scripts/wheel_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py
index 3b1914ff9..e5e15f218 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -258,6 +258,7 @@ def module_QtCore() -> ModuleData:
data.extra_files.append("lupdate*")
data.extra_files.append("qmllint*")
data.extra_files.append("qmlformat*")
+ data.extra_files.append("qmlls*")
# General translations
data.translations.append("qtbase_*")