From d509e486fa2a931c177292ce0cb81ceecd24c81d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 13 Oct 2023 08:06:52 +0000 Subject: Use correct install locations Use the correct install locations for QtAsyncio and designer plugin. Pick-to: 6.6 Fixes: PYSIDE-2494 Change-Id: I760e8f52f19cd1f1cdf742a15df071c4f4deffa5 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- build_scripts/platforms/unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_scripts/platforms/unix.py') diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py index 5ba41fe25..6b4a3e95d 100644 --- a/build_scripts/platforms/unix.py +++ b/build_scripts/platforms/unix.py @@ -212,7 +212,7 @@ def prepare_packages_posix(pyside_build, _vars, cross_build=False): # /pyside6/{st_package_name}/QtAsyncio/* -> # /{st_package_name}/QtAsyncio/* copydir( - f"{{build_dir}}/{PYSIDE}/{{st_package_name}}/QtAsyncio", + f"{{site_packages_dir}}/{{st_package_name}}/QtAsyncio", "{st_build_dir}/{st_package_name}/QtAsyncio", _vars=_vars) -- cgit v1.2.3