mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
3459e5bb52
commit
690a61a9e0
2 changed files with 0 additions and 98 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue