Skip to content

Commit 115dc3f

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ 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
146+
CorePrivate
147+
)
148+
endif()
144149
list(REMOVE_DUPLICATES qt_required_components)
145150

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

0 commit comments

Comments
 (0)