mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:39:00 +08:00
644d0edfe4
Not everyone will need assistant as host feature as not everyone uses local Qt documentation. The Qt documentation format is also not that commonly used outside of Qt itself. Assistant pulls in additional uncommonly used dependencies litehtml and gumbo. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
118 lines
2.4 KiB
JSON
118 lines
2.4 KiB
JSON
{
|
|
"name": "qttools",
|
|
"version": "6.7.0",
|
|
"port-version": 1,
|
|
"description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"linguist"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"assistant": {
|
|
"description": "Build Qt Assistant",
|
|
"dependencies": [
|
|
{
|
|
"name": "litehtml",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network",
|
|
"png",
|
|
"sql-sqlite",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"assistant"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"designer": {
|
|
"description": "Build Qt Designer",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"linguist": {
|
|
"description": "Build Qt Linguist components",
|
|
"dependencies": [
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false,
|
|
"features": [
|
|
"designer"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qdbus": {
|
|
"description": "Build QDBusViewer",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"dbus",
|
|
"widgets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qdoc": {
|
|
"description": "Build QDoc",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"clang",
|
|
"enable-rtti"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qml": {
|
|
"description": "Build QML imports",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|