De-vendor Qt and ECM CMake files (#4404)

This commit is contained in:
Seth Flynn 2025-11-27 19:01:21 -05:00 committed by GitHub
commit 5cb09d6ae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 236 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 NetworkAuth OpenGL)