From 25180730194bec25f915f32ab846ea583fb1493f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 2 Nov 2020 16:11:52 +0100 Subject: Rename PySide2 to PySide6 Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer --- examples/samplebinding/CMakeLists.txt | 2 +- examples/samplebinding/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/samplebinding') diff --git a/examples/samplebinding/CMakeLists.txt b/examples/samplebinding/CMakeLists.txt index fcad47b28..ac29700c4 100644 --- a/examples/samplebinding/CMakeLists.txt +++ b/examples/samplebinding/CMakeLists.txt @@ -204,7 +204,7 @@ if(WIN32) PROPERTIES LINK_FLAGS "${python_additional_link_flags}") # Compile a list of shiboken shared libraries to be installed, so that - # the user doesn't have to set the PATH manually to point to the PySide2 package. + # the user doesn't have to set the PATH manually to point to the PySide6 package. foreach(library_path ${shiboken_shared_libraries}) string(REGEX REPLACE ".lib$" ".dll" library_path ${library_path}) file(TO_CMAKE_PATH ${library_path} library_path) diff --git a/examples/samplebinding/README.md b/examples/samplebinding/README.md index 93d56f5bd..1334600ab 100644 --- a/examples/samplebinding/README.md +++ b/examples/samplebinding/README.md @@ -202,7 +202,7 @@ python virtual environment, that environment's packages will be used for the python module import process. In this case, make sure that the bindings were built while the `virtualenv` was active, so that the build system picks up the correct -python shared library and PySide2 / shiboken package. +python shared library and PySide6 / shiboken package. ## Linux Shared Libraries Notes @@ -232,5 +232,5 @@ In practice this means the only supported configurations are: This is necessary because all the shared libraries in question have to link to the same C++ runtime library (`msvcrt.dll` or `msvcrtd.dll`). To make the example as self-contained as possible, the shared libraries -in use (`pyside2.dll`, `shiboken6.dll`) are hard-linked into the build +in use (`pyside6.dll`, `shiboken6.dll`) are hard-linked into the build folder of the application. -- cgit v1.2.3