build(cmake): de-vendor versionless qt commands

These are already shipped in all versions of Qt 6

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-11-27 15:53:15 -05:00
parent 3459e5bb52
commit 690a61a9e0
2 changed files with 0 additions and 98 deletions

View File

@@ -320,7 +320,6 @@ if(NOT ZLIB_FOUND)
endif()
# Find the required Qt parts
include(QtVersionlessBackport)
if(Launcher_QT_VERSION_MAJOR EQUAL 6)
set(QT_VERSION_MAJOR 6)
find_package(Qt6 REQUIRED COMPONENTS Core CoreTools Widgets Concurrent Network Test Xml Core5Compat NetworkAuth OpenGL)