mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 15:28:02 +08:00
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "kdsingleapplication",
|
|
"version": "1.1.0",
|
|
"description": "KDSingleApplication is a helper class for single-instance policy applications.",
|
|
"homepage": "https://github.com/KDAB/KDSingleApplication",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|