lez-explorer-ui/metadata.json

23 lines
656 B
JSON

{
"name": "lez_explorer_ui",
"version": "1.0.0",
"type": "ui",
"category": "explorer",
"description": "LEZ Explorer UI - A block explorer for the Logos Execution Zone",
"main": "lez_explorer_ui_plugin",
"dependencies": ["lez_indexer_module"],
"nix": {
"packages": {
"build": ["qt6.qtsvg"],
"runtime": ["qt6.qtsvg"]
},
"external_libraries": [],
"cmake": {
"find_packages": ["Qt6Widgets", "Qt6Svg", "Qt6SvgWidgets", "Qt6Network"],
"extra_sources": [],
"extra_include_dirs": ["interfaces"],
"extra_link_libraries": ["Qt6::Widgets", "Qt6::Svg", "Qt6::SvgWidgets", "Qt6::Network"]
}
}
}