2026-03-19 19:42:15 +01:00
|
|
|
{
|
|
|
|
|
"name": "calc_ui_cpp",
|
|
|
|
|
"version": "1.0.0",
|
2026-04-02 11:02:19 +02:00
|
|
|
"type": "ui_qml",
|
2026-03-19 19:42:15 +01:00
|
|
|
"category": "tools",
|
2026-04-02 11:02:19 +02:00
|
|
|
"description": "Calculator C++ UI — QML view with process-isolated backend for calc_module",
|
2026-03-24 18:36:10 +01:00
|
|
|
"main": "calc_ui_cpp_plugin",
|
2026-04-02 11:02:19 +02:00
|
|
|
"view": "qml/Main.qml",
|
2026-03-24 18:36:10 +01:00
|
|
|
"icon": "icons/calc.png",
|
|
|
|
|
"dependencies": ["calc_module"],
|
|
|
|
|
|
|
|
|
|
"nix": {
|
|
|
|
|
"packages": {
|
|
|
|
|
"build": [],
|
|
|
|
|
"runtime": []
|
|
|
|
|
},
|
|
|
|
|
"external_libraries": [],
|
|
|
|
|
"cmake": {
|
|
|
|
|
"find_packages": [],
|
|
|
|
|
"extra_sources": [],
|
2026-04-02 11:02:19 +02:00
|
|
|
"extra_include_dirs": [],
|
2026-03-24 18:36:10 +01:00
|
|
|
"extra_link_libraries": []
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-19 19:42:15 +01:00
|
|
|
}
|