mirror-chatterino2/vcpkg.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
1 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "chatterino",
"version": "2.0.0",
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
"dependencies": [
"boost-asio",
2022-11-09 11:35:48 +01:00
"boost-circular-buffer",
"boost-foreach",
"boost-interprocess",
2022-11-09 11:35:48 +01:00
"boost-signals2",
"boost-variant",
{
"name": "qt5compat",
"default-features": false,
"features": ["textcodec"]
},
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
"gui",
"jpeg",
"network",
"openssl",
"png",
"widgets"
]
},
{
"name": "qtimageformats",
"default-features": false,
"features": ["webp"]
},
"qtsvg"
],
"features": {
"benchmarks": {
"description": "Build benchamarks",
"dependencies": ["benchmark"]
},
"tests": {
"description": "Build tests",
"dependencies": ["gtest"]
}
}
}