sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-25 17:42:59 +00:00
parent 137b59ed88
commit d97ea2d955
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
49 changed files with 530 additions and 192 deletions

View file

@ -68,7 +68,7 @@ Index: src/buildtools/configure.json
- && (!config.linux || features.pkg-config)
- && (!config.linux || features.webengine-host-pkg-config)
- && (!config.win32 || features.webengine-winversion)",
+ "condition": "(config.unix || config.win32 || config.macos || config.ios)",
+ "condition": "(config.win32 || config.macos || config.ios)",
"output": [ "privateFeature" ]
},
"build-qtwebengine-core": {