diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-16 09:49:21 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-17 10:26:14 +0200 |
| commit | ba96669d4ad0c31b8703231a9346218c6b92df70 (patch) | |
| tree | 0bf7d504c74902a13fe199a6d56cae90791fe407 /build_scripts/platforms/linux.py | |
| parent | e392613181ef5d8592989addbd01f96dbebf65e8 (diff) | |
PySide6: Add assistant executable
[ChangeLog][PySide6] Assistant is now shipped along with PySide.
Fixes: PYSIDE-1378
Change-Id: Ie08778964f47378acf4e570b9a6dc3690257e411
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_scripts/platforms/linux.py')
| -rw-r--r-- | build_scripts/platforms/linux.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py index 442506d81..cbd47070d 100644 --- a/build_scripts/platforms/linux.py +++ b/build_scripts/platforms/linux.py @@ -90,6 +90,8 @@ def prepare_standalone_package_linux(self, vars): # Patching designer to use the Qt libraries provided in the wheel if config.is_internal_pyside_build(): + assistant_path = "{st_build_dir}/{st_package_name}/assistant".format(**vars) + linux_patch_executable(self._patchelf_path, assistant_path) designer_path = "{st_build_dir}/{st_package_name}/designer".format(**vars) linux_patch_executable(self._patchelf_path, designer_path) |
