chore: disable Qt5 builds in CI (#5933)

This commit is contained in:
pajlada
2025-02-08 18:50:07 +01:00
committed by GitHub
parent 992f9195a7
commit d05d8e120c
5 changed files with 7 additions and 55 deletions
+1
View File
@@ -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()