Skip to content

Commit 243ba16

Browse files
committed
[commontk] cmake: Add 6.10 support (additional CorePrivate component)
1 parent 0f8486a commit 243ba16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ endforeach()
141141
if(BUILD_TESTING)
142142
list(APPEND qt_required_components Test)
143143
endif()
144+
if("${Qt${PythonQt_QT_VERSION}_VERSION}" VERSION_GREATER_EQUAL "6.10.0")
145+
list(APPEND qt_required_components CorePrivate)
146+
endif()
144147
list(REMOVE_DUPLICATES qt_required_components)
145148

146149
message(STATUS "${PROJECT_NAME}: Required Qt components [${qt_required_components}]")

0 commit comments

Comments
 (0)