vcpkg/ports/vcpkg-qmake/vcpkg.json
مهدي شينون (Mehdi Chinoune) 84df5613f7
[qscintilla] build against Qt6 (#30307)
* [vcpkg-qmake] set QMAKE_MACOSX_DEPLOYMENT_TARGET based on Qt version

* qscintilla: build against Qt6
2023-03-28 11:52:15 -07:00

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
}
]
}