This is an issue for quite far in the future. On Linux, I can pass rpath-related flags to the linker through CMake. With Windows, I think it's possible to just plop the .dll next to the executable.
Considerations
- Shared library objects for Qt6
- Plotting backend shared library objects
- Shared library objects of other dependencies thereof
- On Linux: Install
.so files to a special path on rpath, like ~/.local/lib? Right next could work too
This is an issue for quite far in the future. On Linux, I can pass
rpath-related flags to the linker through CMake. With Windows, I think it's possible to just plop the.dllnext to the executable.Considerations
.sofiles to a special path on rpath, like~/.local/lib? Right next could work too