We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8486a commit 115dc3fCopy full SHA for 115dc3f
CMakeLists.txt
@@ -141,6 +141,11 @@ endforeach()
141
if(BUILD_TESTING)
142
list(APPEND qt_required_components Test)
143
endif()
144
+if("${Qt${PythonQt_QT_VERSION}_VERSION}" VERSION_GREATER_EQUAL "6.10.0")
145
+ list (APPEND qt_required_components
146
+ CorePrivate
147
+ )
148
+endif()
149
list(REMOVE_DUPLICATES qt_required_components)
150
151
message(STATUS "${PROJECT_NAME}: Required Qt components [${qt_required_components}]")
0 commit comments