https://bugs.documentfoundation.org/show_bug.cgi?id=155856
Bug ID: 155856
Summary: Port C++ SDK examples make files to cmake / qmake
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
There are various C++ SDK examples available via LibreOffice SDK. some of them
are listed here:
C++ examples
https://api.libreoffice.org/examples/examples.html#Cpp_examples
Others can be found inside odk/examples/cpp/, and also
odk/examples/DevelopersGuide/. These examples are supposed to be built using
GNU Make, which has several problems, and need many dependencies. On the other
hand, building the examples using modern build tools like cmake and qmake is
much easier.
This task here is to port C++ SDK examples makefile to cmake and or qmake.
Below you can find some examples on how to port the make files to cmake/qmake.
Blog post: Using cmake to build LibreOffice C++ SDK examples
https://dev.blog.documentfoundation.org/2022/04/19/using-cmake-to-build-libreoffice-cpp-sdk-examples/
Video: LibreOffice SDK Examples Overhaul - LibreOffice Conference 2021
https://www.youtube.com/watch?v=zWLFv5AR3uY
Example: LOConvertor
https://github.com/hosseinn/loconvertor
--
You are receiving this mail because:
You are the assignee for the bug.