Meta: Build QT with vcpkg on FreeBSD

This is a workaround for the fact that on FreeBSD the system icu has
symbol renaming disabled which causes our build to clash with the
expectations of the system QT.
This commit is contained in:
Undefine 2025-06-29 23:46:51 +02:00 committed by Andrew Kaster
commit 6645e4efbb
Notes: github-actions[bot] 2025-07-15 19:46:53 +00:00

View file

@ -98,6 +98,35 @@
"platform": "windows"
},
"openssl",
{
"name": "qtbase",
"platform": "freebsd",
"default-features": false,
"features": [
"doubleconversion",
"fontconfig",
"freetype",
"gui",
"icu",
"jpeg",
"network",
"opengl",
"pcre2",
"png",
"thread",
"vulkan",
"widgets",
"xcb",
"xcb-xlib",
"xlib",
"xrender",
"zstd"
]
},
{
"name": "qtmultimedia",
"platform": "freebsd"
},
{
"name": "pthread",
"platform": "windows"
@ -212,6 +241,14 @@
"name": "openssl",
"version": "3.5.0#1"
},
{
"name": "qtbase",
"version": "6.8.3#2"
},
{
"name": "qtmultimedia",
"version": "6.8.3#0"
},
{
"name": "simdutf",
"version": "7.3.0#0"