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 4205de2Copy full SHA for 4205de2
CMakeLists.txt
@@ -143,6 +143,12 @@ if(BUILD_TESTING)
143
endif()
144
list(REMOVE_DUPLICATES qt_required_components)
145
146
+if("${Qt${PythonQt_QT_VERSION}_VERSION}" VERSION_GREATER_EQUAL "6.10.0")
147
+ list (APPEND qt_required_components
148
+ CorePrivate
149
+ )
150
+endif()
151
+
152
message(STATUS "${PROJECT_NAME}: Required Qt components [${qt_required_components}]")
153
find_package(Qt${PythonQt_QT_VERSION} ${minimum_required_qt_version} COMPONENTS ${qt_required_components} REQUIRED)
154
0 commit comments