mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
vcpkg: use Qt6
This commit is contained in:
parent
c5da38705a
commit
12aea8e85c
2 changed files with 5 additions and 2 deletions
|
@ -61,6 +61,9 @@ if(VCPKG_TOOLCHAIN)
|
|||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
|
||||
set(STATIC_BUILD OFF)
|
||||
endif()
|
||||
|
||||
# `vcpkg.json` defaults to Qt6
|
||||
set(USE_QT6 ON)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"qt-ui": {
|
||||
"description": "Qt User Interface",
|
||||
"dependencies": [
|
||||
"qt5-base",
|
||||
"qt5-translations"
|
||||
"qtbase",
|
||||
"qttranslations"
|
||||
]
|
||||
},
|
||||
"munt": {
|
||||
|
|
Loading…
Reference in a new issue