Skip to content

Commit

Permalink
Merge pull request #256 from mincequi/master
Browse files Browse the repository at this point in the history
Lower Qt6 version from 6.5.0 to 6.2.4
  • Loading branch information
mwallnoefer authored Aug 29, 2023
2 parents 4ec4200 + 7724c93 commit 39c3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
set( ws_component )
set( ws_libname )
set( qt5_min_version "5.3.0" )
set( qt6_min_version "6.5.0" )
set( qt6_min_version "6.2.4" )

if ( ${PROJECT_NAME}_WEBSOCKETS )
set( ws_component WebSockets )
Expand Down

0 comments on commit 39c3e8a

Please sign in to comment.