mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:49:04 +08:00
34 lines
659 B
JSON
34 lines
659 B
JSON
|
{
|
||
|
"name": "qt5-webengine",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 3,
|
||
|
"description": "Qt5 webengine Module;",
|
||
|
"supports": "!static",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "atlmfc",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "ffmpeg",
|
||
|
"default-features": false,
|
||
|
"platform": "!windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative",
|
||
|
"qt5-location",
|
||
|
"qt5-quickcontrols",
|
||
|
"qt5-quickcontrols2",
|
||
|
"qt5-tools",
|
||
|
"qt5-webchannel"
|
||
|
],
|
||
|
"features": {
|
||
|
"proprietary-codecs": {
|
||
|
"description": "Enable proprietary-codecs in qtwebengine"
|
||
|
}
|
||
|
}
|
||
|
}
|