|
|
|
|
|
by MayeulC
2401 days ago
|
|
Well, you can do this with C++ and Qt as well, but as a sibling commented, you are subjected to LGPL, so your app has to be under a compatible license, or provide a way to replace the Qt part (not sure if you were to provide one such mechanism while statically linking, like SDL2 does with its dynapi[1]). [1]: https://hg.libsdl.org/SDL/file/default/docs/README-dynapi.md |
|