diff options
Diffstat (limited to 'vcpkg/ports/kdsingleapplication/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kdsingleapplication/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/kdsingleapplication/vcpkg.json b/vcpkg/ports/kdsingleapplication/vcpkg.json new file mode 100644 index 0000000..81fc461 --- /dev/null +++ b/vcpkg/ports/kdsingleapplication/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "kdsingleapplication", + "version": "1.1.0", + "port-version": 1, + "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 + } + ] +} |