https://bugs.documentfoundation.org/show_bug.cgi?id=67832
--- Comment #8 from Rene Engelhard <[email protected]> --- Just as a data point: > C++ solution exists: > https://github.com/fralx/LimeReport > https://limereport.ru/en/ Tried/looked at that. That a) needs Qt, thus we get a strict dependency on qt for the report builder packages (or people ship Qt, too as an internal library..) b) creates $ find . -name "*.so*" ./liblimereport-qt5.so ./build/5.15.6/linux64/release/lib/libQtZint.so which sucks and would mean shipping it internally as there is no SONAME to rely on to make it be used system-wide without breaking. In this regard even the jfreereport libs are better if you have the versions under control (all of them are used from the system in Debian), even though admittedly they are bad because being Java ;-) -- You are receiving this mail because: You are the assignee for the bug.
