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 243ba16Copy full SHA for 243ba16
CMakeLists.txt
@@ -141,6 +141,9 @@ 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 CorePrivate)
146
+endif()
147
list(REMOVE_DUPLICATES qt_required_components)
148
149
message(STATUS "${PROJECT_NAME}: Required Qt components [${qt_required_components}]")
0 commit comments