[qtdeclarative] Add qmlls tool (#30171)

* [qtdeclarative] Add a qmlls tool

* update version
This commit is contained in:
JonLiu1993 2023-03-16 01:28:37 +08:00 committed by GitHub
parent a9875b3b9b
commit 66ae310157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,7 @@ vcpkg_buildpath_length_warning(44)
qmltyperegistrar
qmldom
qmltc
qmlls
)
qt_install_submodule(PATCHES ${${PORT}_PATCHES}

View File

@ -1,7 +1,7 @@
{
"name": "qtdeclarative",
"version": "6.4.2",
"port-version": 1,
"port-version": 2,
"description": "Qt Declarative (Quick 2)",
"homepage": "https://www.qt.io/",
"license": null,

View File

@ -6554,7 +6554,7 @@
},
"qtdeclarative": {
"baseline": "6.4.2",
"port-version": 1
"port-version": 2
},
"qtdeviceutilities": {
"baseline": "6.4.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8c82d03c38977a78521811ef6f91197b7f75f03e",
"version": "6.4.2",
"port-version": 2
},
{
"git-tree": "70badba61897e63a26540f70ff53e0df92ff01bb",
"version": "6.4.2",