mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 19:16:34 +08:00
[qtdeclarative] Add qmlls tool (#30171)
* [qtdeclarative] Add a qmlls tool * update version
This commit is contained in:
parent
a9875b3b9b
commit
66ae310157
@ -19,6 +19,7 @@ vcpkg_buildpath_length_warning(44)
|
||||
qmltyperegistrar
|
||||
qmldom
|
||||
qmltc
|
||||
qmlls
|
||||
)
|
||||
|
||||
qt_install_submodule(PATCHES ${${PORT}_PATCHES}
|
||||
|
@ -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,
|
||||
|
@ -6554,7 +6554,7 @@
|
||||
},
|
||||
"qtdeclarative": {
|
||||
"baseline": "6.4.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"qtdeviceutilities": {
|
||||
"baseline": "6.4.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8c82d03c38977a78521811ef6f91197b7f75f03e",
|
||||
"version": "6.4.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "70badba61897e63a26540f70ff53e0df92ff01bb",
|
||||
"version": "6.4.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user