diff options
Diffstat (limited to 'sources/pyside6/plugins')
| -rw-r--r-- | sources/pyside6/plugins/designer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/plugins/designer/CMakeLists.txt b/sources/pyside6/plugins/designer/CMakeLists.txt index 717652314..4e2e4ad04 100644 --- a/sources/pyside6/plugins/designer/CMakeLists.txt +++ b/sources/pyside6/plugins/designer/CMakeLists.txt @@ -23,7 +23,7 @@ target_sources(PySidePlugin PRIVATE target_compile_definitions(PySidePlugin PRIVATE -DQT_NO_KEYWORDS=1) if(PYTHON_LIMITED_API) - target_compile_definitions(PySidePlugin PRIVATE "-DPy_LIMITED_API=0x03050000") + target_compile_definitions(PySidePlugin PRIVATE "-DPy_LIMITED_API=0x03080000") endif() if(CMAKE_BUILD_TYPE STREQUAL "Debug") |
