mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
84df5613f7
* [vcpkg-qmake] set QMAKE_MACOSX_DEPLOYMENT_TARGET based on Qt version * qscintilla: build against Qt6
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"name": "vcpkg-qmake",
|
|
"version-date": "2023-03-22",
|
|
"documentation": "https://vcpkg.io/en/docs/README.html",
|
|
"license": "MIT",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
"pkgconf",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|