2021-12-07 05:46:28 +01:00
|
|
|
{
|
|
|
|
"name": "qtapplicationmanager",
|
2024-12-12 21:50:26 +01:00
|
|
|
"version": "6.8.1",
|
2021-12-07 05:46:28 +01:00
|
|
|
"description": "Qt component for application lifecycle management",
|
|
|
|
"homepage": "https://www.qt.io/",
|
2022-02-16 05:24:55 +01:00
|
|
|
"license": null,
|
2024-11-22 23:05:29 +01:00
|
|
|
"supports": "!(windows & x86)",
|
2021-12-07 05:46:28 +01:00
|
|
|
"dependencies": [
|
|
|
|
"libarchive",
|
|
|
|
"libyaml",
|
|
|
|
{
|
|
|
|
"name": "qtapplicationmanager",
|
|
|
|
"host": true,
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "qtbase",
|
2024-11-22 23:05:29 +01:00
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"widgets"
|
|
|
|
]
|
2021-12-07 05:46:28 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "qtdeclarative",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2024-11-22 23:05:29 +01:00
|
|
|
"qthttpserver",
|
2021-12-07 05:46:28 +01:00
|
|
|
{
|
|
|
|
"name": "qtwayland",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|