mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:29:01 +08:00
d13e1a1be1
* [skip actions] update to 6.1.3 * remove wrong -D prefix from variables in qttools * change to https * version stuff Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
402 B
JSON
23 lines
402 B
JSON
{
|
|
"name": "qtactiveqt",
|
|
"version-semver": "6.1.3",
|
|
"description": "ActiveQt",
|
|
"homepage": "https://www.qt.io/",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtactiveqt",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|