Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdab/kdreports

Qt library for generating printable and exportable reports from code and from XML descriptions.
https://github.com/kdab/kdreports

kdab qt reports

Last synced: 7 days ago
JSON representation

Qt library for generating printable and exportable reports from code and from XML descriptions.

Awesome Lists containing this project

README

        

# KDReports with WebAssembly

## Demo

A demo is available at .

## Build tips for KDReports

- Visit if you haven't yet

- Open a terminal suitable for WASM development (with the correct Qt and toolchain in PATH, etc)

- KDReports can be built with:

```bash
cmake \
-DCMAKE_TOOLCHAIN_FILE=/usr/local/emsdk-1.39.8/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
-DCMAKE_FIND_ROOT_PATH=~/Qt/5.15.1/wasm_32/ -DCMAKE_BUILD_TYPE=Release`
(Adapt the paths to your own situation)
```

## Builds tips for your own app ==

- Link to KDReports (libkdreports.a, or similar)