mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
64e658f3e7
* add vcpkg-qmake * add missing , * format manifest * fix silly $( mistake * fix syntax issues * fix if since cmake port seems to b e out of sync * add qwt test port * wip transfer commit * fix remaining issues. add docs. * enable verbose output * fix qt.conf and prl files * [skip actions] add missing () * disable debug flag * prl files are not only in /lib * bump qtbase version * version stuff * more prl fixes. * update version * revert qwt update * version stuff * revert changes to qtbase * make vcpkg-cmake a direct dependency Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * add supports native. remove host deps. * remove comment * format manifest * overwrite version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
14 lines
211 B
JSON
14 lines
211 B
JSON
{
|
|
"name": "vcpkg-qmake",
|
|
"version-date": "2021-10-23",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
"pkgconf",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
"vcpkg-cmake"
|
|
]
|
|
}
|