Skip to content

Commit

Permalink
Sync with 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie authored and mborgerson committed May 29, 2024
1 parent a121b8a commit 8eec9ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = PySide6-QtAds
version = 4.2.1.3.dev0
version = 4.3.0.dev0
description = PySide6 bindings to Qt Advanced Docking System
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ def __init__(
cmake_configure_options=[
"-DBUILD_EXAMPLES:BOOL=OFF",
"-DBUILD_STATIC:BOOL=ON",
"-DADS_VERSION=4.2.1",
f"-DPython3_ROOT_DIR={Path(sys.prefix)}"
"-DADS_VERSION=4.3.0",
f"-DPython3_ROOT_DIR={Path(sys.prefix)}",
f"-DPython_EXECUTABLE={Path(sys.executable)}"
],
py_limited_api=True
),
Expand Down

0 comments on commit 8eec9ff

Please sign in to comment.