lxdrgen-cpp: add a Qt backend
All checks were successful
Alpine 3.20 Success

Motivation: some Android NDKs do not have iconv.
This commit is contained in:
2024-12-15 06:41:07 +01:00
parent 62f8a7d05f
commit 149938cc44
2 changed files with 25 additions and 1 deletions

View File

@@ -45,8 +45,9 @@ lxdrgen-c.awk::
LibertyXDR backend that builds on top of the C pseudolibrary.
lxdrgen-cpp.awk::
lxdrgen-cpp-win32.cpp::
lxdrgen-cpp-posix.cpp::
lxdrgen-cpp-qt.cpp::
lxdrgen-cpp-win32.cpp::
LibertyXDR backend for C++, primarily targeting Win32 and its wide strings.
Link the result together with one of the accompanied source files.