diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-12-21 14:34:37 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-01-18 16:33:25 +0100 |
| commit | 04d5a9da1f8d6795b96023865767be24554af04d (patch) | |
| tree | f4c9c69568e0de7e8de794517d40c823befa0524 /build_scripts/platforms/windows_desktop.py | |
| parent | 838ba27346f66efabb1b952e9f61a8eff7c99235 (diff) | |
Add qmltyperegistrar/qmllint
Add entry points for the tools from libexec or bin, respectively.
[ChangeLog][PySide6] The tools pyside6-qmltyperegistrar
and pyside6-qmllint have been added.
Task-number: PYSIDE-1709
Change-Id: If578255cc2a0fda4171b1ed54f3a2e612e849964
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_scripts/platforms/windows_desktop.py')
| -rw-r--r-- | build_scripts/platforms/windows_desktop.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py index f5b7feff2..b57b82828 100644 --- a/build_scripts/platforms/windows_desktop.py +++ b/build_scripts/platforms/windows_desktop.py @@ -161,7 +161,8 @@ def prepare_packages_win32(self, vars): filters = ["pyside*.exe", "pyside*.dll"] if not OPTION['NO_QT_TOOLS']: filters.extend(["lrelease.exe", "lupdate.exe", "uic.exe", - "rcc.exe", "assistant.exe", "designer.exe", + "rcc.exe", "qmllint.exe", "qmltyperegistrar.exe" + "assistant.exe", "designer.exe", "linguist.exe"]) copydir( "{install_dir}/bin/", |
