We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ba540 commit d0eedcfCopy full SHA for d0eedcf
1 file changed
CMakeLists.txt
@@ -253,7 +253,7 @@ if(NOT WIN32)
253
target_compile_options(qtadvanceddocking-qt6 PRIVATE -Og -fPIC)
254
target_compile_options(${bindings_library} PRIVATE -Og -fPIC)
255
endif()
256
-target_compile_definitions(${bindings_library} PRIVATE "-DPy_LIMITED_API=0x03090000")
+target_compile_definitions(${bindings_library} PRIVATE "-DPy_LIMITED_API=0x03100000")
257
258
# Adjust the name of generated module.
259
set_property(TARGET ${bindings_library} PROPERTY PREFIX "")
0 commit comments