mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
376362d3fa
* add long path warning * update * add vcpkg_buildpath_length_warning * remove useless code
28 lines
504 B
JSON
28 lines
504 B
JSON
{
|
|
"name": "qtdeclarative",
|
|
"version": "6.4.2",
|
|
"port-version": 1,
|
|
"description": "Qt Declarative (Quick 2)",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network",
|
|
"testlib"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtshadertools",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|