Temporarily force Qt 6 on.

This commit is contained in:
OBattler
2025-09-24 23:03:08 +02:00
parent f04346bf31
commit 085b0eb30a

View File

@@ -67,6 +67,8 @@ if(VCPKG_TOOLCHAIN)
set(USE_QT6 ON)
endif()
set(USE_QT6 ON)
if(WIN32)
# Prefer static builds on Windows
set(PREFER_STATIC ON)