vcpkg: use Qt6

This commit is contained in:
David Hrdlička
2022-05-24 23:14:20 +02:00
parent c5da38705a
commit 12aea8e85c
2 changed files with 5 additions and 2 deletions

View File

@@ -61,6 +61,9 @@ if(VCPKG_TOOLCHAIN)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL") set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
set(STATIC_BUILD OFF) set(STATIC_BUILD OFF)
endif() endif()
# `vcpkg.json` defaults to Qt6
set(USE_QT6 ON)
endif() endif()
if(WIN32) if(WIN32)

View File

@@ -14,8 +14,8 @@
"qt-ui": { "qt-ui": {
"description": "Qt User Interface", "description": "Qt User Interface",
"dependencies": [ "dependencies": [
"qt5-base", "qtbase",
"qt5-translations" "qttranslations"
] ]
}, },
"munt": { "munt": {