diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2023-08-29 12:41:46 +0200 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2023-09-08 21:39:06 +0200 |
| commit | 0d500d003d4c8f199aaae3cfa830227261b48ed0 (patch) | |
| tree | af27924e8615ab61f74167f350c5b23b477d5f08 /sources/pyside6/PySide6/_config.py.in | |
| parent | 9bca4e6c1d2a1a374dee704c33e1b8f6ab337f61 (diff) | |
macOS wheel creation: Fix wheel name
- The macOS version in the wheel name was picked up from Python's
build configuration instead of Qt.
- The solution involves writing the cmake variable
QT_DARWIN_MIN_DEPLOYMENT_TARGET into _config.py, and create_wheels.py
loads this _config.py to fetch the python variable storing it.
Pick-to: 6.5
Fixes: PYSIDE-2429
Change-Id: I85003174b83ba937c8b3e1498b728f13d960284e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/_config.py.in')
| -rw-r--r-- | sources/pyside6/PySide6/_config.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/_config.py.in b/sources/pyside6/PySide6/_config.py.in index 740e9a001..27ee0789b 100644 --- a/sources/pyside6/PySide6/_config.py.in +++ b/sources/pyside6/PySide6/_config.py.in @@ -14,3 +14,4 @@ version_info = (@BINDING_API_MAJOR_VERSION@, @BINDING_API_MINOR_VERSION@, @BINDI @PACKAGE_BUILD_COMMIT_HASH_DESCRIBED@ @PACKAGE_SETUP_PY_PACKAGE_TIMESTAMP_ASSIGNMENT@ @PACKAGE_SETUP_PY_PACKAGE_VERSION_ASSIGNMENT@ +@QT_MACOS_DEPLOYMENT_TARGET@ |
