mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
a536f766ad
* add port. * formatting. * update versioning. * better handling of features. * update version. * fix non-windows builds. * update versions file. * try by adding prefix. * update versions file. * remove features. * remove file. * update versions file. * fixes. * add versions file.
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "itay-grudev-singleapplication",
|
|
"version": "3.5.1",
|
|
"description": "Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication",
|
|
"homepage": "https://github.com/itay-grudev/SingleApplication",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"network",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|