From 04d5a9da1f8d6795b96023865767be24554af04d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 21 Dec 2021 14:34:37 +0100 Subject: 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 --- build_scripts/platforms/unix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_scripts/platforms/unix.py') diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py index 7b2b716ac..57163e58f 100644 --- a/build_scripts/platforms/unix.py +++ b/build_scripts/platforms/unix.py @@ -163,11 +163,11 @@ def prepare_packages_posix(self, vars): lib_exec_filters = [] if not OPTION['NO_QT_TOOLS']: - lib_exec_filters.extend(['uic', 'rcc']) + lib_exec_filters.extend(['uic', 'rcc', 'qmltyperegistrar']) executables.extend(copydir( "{install_dir}/bin/", "{st_build_dir}/{st_package_name}", - filter=["lrelease", "lupdate"], + filter=["lrelease", "lupdate", "qmllint"], recursive=False, vars=vars)) # Copying assistant/designer executables.extend(_copy_gui_executable('assistant', vars=vars)) -- cgit v1.2.3