diff options
Diffstat (limited to 'build_scripts/platforms/unix.py')
| -rw-r--r-- | build_scripts/platforms/unix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py index ecc41ba5c..9b1aa3552 100644 --- a/build_scripts/platforms/unix.py +++ b/build_scripts/platforms/unix.py @@ -129,7 +129,7 @@ def prepare_packages_posix(self, _vars): executables.extend(copydir( "{install_dir}/bin/", "{st_build_dir}/{st_package_name}", - _filter=["lrelease", "lupdate", "qmllint", "qmlformat"], + _filter=["lrelease", "lupdate", "qmllint", "qmlformat", "qmlls"], recursive=False, _vars=_vars)) # Copying assistant/designer executables.extend(_copy_gui_executable('assistant', _vars=_vars)) |
