diff options
Diffstat (limited to 'vcpkg/ports/qtapplicationmanager/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtapplicationmanager/vcpkg.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/vcpkg/ports/qtapplicationmanager/vcpkg.json b/vcpkg/ports/qtapplicationmanager/vcpkg.json new file mode 100644 index 0000000..dd6959e --- /dev/null +++ b/vcpkg/ports/qtapplicationmanager/vcpkg.json @@ -0,0 +1,75 @@ +{ + "name": "qtapplicationmanager", + "version": "6.9.1", + "description": "Qt component for application lifecycle management", + "homepage": "https://www.qt.io/", + "license": null, + "supports": "android | ios | linux | osx | qnx | (windows & !uwp & (arm64 | x64))", + "dependencies": [ + "libyaml", + { + "name": "qtbase", + "default-features": false, + "features": [ + "concurrent" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + } + ], + "features": { + "installer": { + "description": "Enable the installer component.", + "supports": "!ios", + "dependencies": [ + { + "name": "libarchive", + "default-features": false + }, + { + "name": "qtapplicationmanager", + "host": true, + "default-features": false, + "features": [ + "installer" + ] + } + ] + }, + "multi-process": { + "description": "Support running system UI and applications in individual processes.", + "supports": "linux & !static", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "dbus" + ] + }, + "qtwayland" + ] + }, + "package-server": { + "description": "Build the package-server.", + "dependencies": [ + { + "name": "qtapplicationmanager", + "default-features": false, + "features": [ + "installer" + ] + }, + "qthttpserver" + ] + }, + "systemd-watchdog": { + "description": "Enable the systemd-watchdog component.", + "dependencies": [ + "libsystemd" + ] + } + } +} |