mirror of
https://github.com/logos-blockchain/logos-blockchain-ui.git
synced 2026-07-08 08:49:35 +00:00
* 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
25 lines
642 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|