vcpkg/ports/itay-grudev-singleapplication/vcpkg.json
Nick D'Ademo a536f766ad
[itay-grudev-singleapplication] Add new port (#35034)
* 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.
2023-11-16 16:44:05 -08:00

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