File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ endif()
218218
219219# QT (optional)
220220if ( CCCORELIB_USE_QT_CONCURRENT )
221- find_package ( Qt5
221+ find_package ( Qt6
222222 COMPONENTS
223223 Concurrent
224224 REQUIRED
@@ -232,7 +232,7 @@ if ( CCCORELIB_USE_QT_CONCURRENT )
232232
233233 target_link_libraries ( CCCoreLib
234234 PUBLIC
235- Qt5 ::Concurrent
235+ Qt6 ::Concurrent
236236 )
237237
238238 target_compile_definitions ( CCCoreLib
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ if( @CCCORELIB_USE_TBB@ )
1919endif ()
2020if ( @CCCORELIB_USE_QT_CONCURRENT@ )
2121 if ( ${CMAKE_VERSION} VERSION_LESS "3.10.0" )
22- find_package ( Qt5 COMPONENTS Concurrent )
22+ find_package ( Qt6 COMPONENTS Concurrent )
2323 else ()
24- find_dependency( Qt5 COMPONENTS Concurrent )
24+ find_dependency( Qt6 COMPONENTS Concurrent )
2525 endif ()
2626endif ()
2727
You can’t perform that action at this time.
0 commit comments