[qttools] fix dependency (#30956)

This commit is contained in:
autoantwort 2023-04-19 02:04:20 +02:00 committed by GitHub
parent 29fd45c883
commit 56a6433e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -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": {

View File

@ -6742,7 +6742,7 @@
},
"qttools": {
"baseline": "6.4.3",
"port-version": 0
"port-version": 1
},
"qttranslations": {
"baseline": "6.4.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f3e02443f5bc251e7fdaffdfe1079ac2d1492a42",
"version": "6.4.3",
"port-version": 1
},
{
"git-tree": "5cd027bf0913c633be6757fac34fb5cb0ebea6ac",
"version": "6.4.3",