aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/wheel_files.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-28 11:48:06 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-08-03 14:14:17 +0000
commit14eb7890394e68608d8db13daf039d7be2410a67 (patch)
treebcda30b1af61b0088b7656b75653ec400d736793 /build_scripts/wheel_files.py
parent22bc41605a4dd18330a39f6346143ec55a7d6074 (diff)
PySideTools: Add qmlformat
- adds qmlformat Task-number: PYSIDE-2004 Change-Id: I6b5fb160d3f832317b41504184dd27586279c802 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 d9f2d0729..3b1914ff9 100644
--- a/build_scripts/wheel_files.py
+++ b/build_scripts/wheel_files.py
@@ -257,6 +257,7 @@ def module_QtCore() -> ModuleData:
data.extra_files.append("lrelease*")
data.extra_files.append("lupdate*")
data.extra_files.append("qmllint*")
+ data.extra_files.append("qmlformat*")
# General translations
data.translations.append("qtbase_*")