aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtapplicationmanager/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qtapplicationmanager/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/qtapplicationmanager/vcpkg.json')
-rw-r--r--vcpkg/ports/qtapplicationmanager/vcpkg.json75
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"
+ ]
+ }
+ }
+}