aboutsummaryrefslogtreecommitdiffstats
path: root/examples/samplebinding/doc/samplebinding.pyproject
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2025-07-15 10:56:04 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2025-09-04 11:02:28 +0200
commitc3a4904014263b522e3fbee79c4ede7fd9cac3d0 (patch)
treea20d226a78f312796a31c9f85d2ae4cff5d82241 /examples/samplebinding/doc/samplebinding.pyproject
parent827231d855836bc6c2f8bb73c8121693e891cba5 (diff)
Samplebinding: Use Shiboken6Tools cmake package
- By using Shiboken6Tools CMake package, the dependency on `pyside_config.py` can be removed, and much code can be simplified. - Modify the generated library so that it is built with Limited-API support. - wheel_tester.py adjusted during testing so that the correct Python is identified i.e. in the case of venv, the Python from venv should be used by FindPython instead of the system Python. - Adjust 'Shiboken6ToolsConfig.cmake.in' to also use a dynamically computed `Python_SITELIB` to support RHEL systems. Task-number: PYSIDE-3138 Change-Id: I711cdbd04c7b35459f0c775d8eb76f1c85acc188 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/samplebinding/doc/samplebinding.pyproject')
-rw-r--r--examples/samplebinding/doc/samplebinding.pyproject3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/samplebinding/doc/samplebinding.pyproject b/examples/samplebinding/doc/samplebinding.pyproject
index 883c74c09..b0786355f 100644
--- a/examples/samplebinding/doc/samplebinding.pyproject
+++ b/examples/samplebinding/doc/samplebinding.pyproject
@@ -7,6 +7,5 @@
"../main.py",
"../truck.cpp",
"../truck.h",
- "../CMakeLists.txt",
- "../../utils/pyside_config.py"]
+ "../CMakeLists.txt"]
}