mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[qttools] fix dependency (#30956)
This commit is contained in:
parent
29fd45c883
commit
56a6433e2a
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qttools",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1,
|
||||
"description": "Qt Tools",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
@ -76,7 +77,14 @@
|
||||
"qdoc": {
|
||||
"description": "Build QDoc.",
|
||||
"dependencies": [
|
||||
"llvm"
|
||||
{
|
||||
"name": "llvm",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"clang",
|
||||
"enable-rtti"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"qml": {
|
||||
|
@ -6742,7 +6742,7 @@
|
||||
},
|
||||
"qttools": {
|
||||
"baseline": "6.4.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qttranslations": {
|
||||
"baseline": "6.4.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f3e02443f5bc251e7fdaffdfe1079ac2d1492a42",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5cd027bf0913c633be6757fac34fb5cb0ebea6ac",
|
||||
"version": "6.4.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user