Meta: Install qtbase and qtmultimedia vcpkg ports on Windows

This commit is contained in:
ayeteadoe 2025-08-10 11:19:29 -07:00 committed by Andrew Kaster
commit 4fa8238a46
Notes: github-actions[bot] 2025-08-23 22:05:42 +00:00
2 changed files with 21 additions and 7 deletions

View file

@ -119,12 +119,6 @@ runs:
brew update
brew install autoconf autoconf-archive automake bash ccache coreutils llvm@20 nasm ninja pkg-config qt unzip wabt
- name: Install Qt (Windows)
if: ${{ inputs.os == 'Windows' }}
uses: jurplel/install-qt-action@v4
with:
modules: "qtmultimedia"
- name: 'Set required environment variables'
if: ${{ inputs.os == 'Linux' && inputs.arch == 'arm64' }}
uses: actions/github-script@v7

View file

@ -123,9 +123,29 @@
"zstd"
]
},
{
"name": "qtbase",
"platform": "windows",
"default-features": false,
"features": [
"doubleconversion",
"freetype",
"gui",
"icu",
"jpeg",
"network",
"opengl",
"pcre2",
"png",
"thread",
"vulkan",
"widgets",
"zstd"
]
},
{
"name": "qtmultimedia",
"platform": "freebsd"
"platform": "windows | freebsd"
},
{
"name": "pthread",