vcpkg/ports/qtinterfaceframework/vcpkg.json
Alexander Neumann 1b1ae50e1a
[vcpkg-tools] update cmake and git (windows only) (#22985)
* update cmake to 3.22.0-rc3 to verify catalogue compatibility and be ready for final release

* update to cmake 3.22 final release

* [vcpkgTools] update to cmake 3.22.1

* update test port

* update cmake to 3.22.2
and git for windows to 2.35.1.2

* fix missing uuid on osx in ignition-transport.

* modernize

* fix hash

* fix qtbase regression

* try fixing the pc file search

* hidaoi give trace logs

* give me trace output

* bit of pkgconf changes. Need system search paths for pkgconf to work correctly.

* fix underscore

* remove extra x

* revert port changes

* add license to cmake test port

* fix arm regression due to not finding taglib.

* version stuff

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Alexander Neumann <you@example.com>
2022-02-25 22:51:53 -08:00

37 lines
675 B
JSON

{
"name": "qtinterfaceframework",
"version": "6.2.3",
"port-version": 1,
"description": "Qt Interface Framework",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "pkgconf",
"host": true
},
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qtinterfaceframework",
"host": true,
"default-features": false
},
{
"name": "qtmultimedia",
"default-features": false
},
{
"name": "qtremoteobjects",
"default-features": false
},
{
"name": "qttools",
"default-features": false
},
"taglib"
]
}