logos-blockchain-ui/metadata.json
Khushboo-dev-cpp e3164ba173
feat: user new module builder and new qml app -> qml + c++ backend (#16)
* feat: user new module builder and new qml app -> qml + c++ backend

* adapt to logos-blockchain-module using module-builder

* fix: update to new apis
2026-06-05 18:56:04 +02:00

25 lines
642 B
JSON

{
"name": "blockchain_ui",
"version": "1.0.0",
"type": "ui_qml",
"category": "blockchain",
"description": "Blockchain UI module for the Logos application",
"main": "blockchain_ui_plugin",
"icon": "src/icons/blockchain.png",
"view": "qml/BlockchainView.qml",
"dependencies": ["liblogos_blockchain_module"],
"nix": {
"packages": {
"build": [],
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
},
"external_libraries": [],
"cmake": {
"find_packages": ["Qt6Gui"],
"extra_sources": [],
"extra_include_dirs": [],
"extra_link_libraries": ["Qt6::Gui"]
}
}
}