chore: disable Qt5 builds in CI (#5933)
This commit is contained in:
@@ -57,6 +57,7 @@ endif()
|
||||
if (BUILD_WITH_QT6)
|
||||
set(MAJOR_QT_VERSION "6")
|
||||
else()
|
||||
message(WARNING "Qt5 is not supported, continue building at your own risk")
|
||||
set(MAJOR_QT_VERSION "5")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user