Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: just use QLibrary to search .so
Log: When loading the library, QLibrary searches in all the system-specific library locations (e.g. LD_LIBRARY_PATH on Unix), unless the file name has an absolute path. for linux, will use dlopen in QLibrary: https://man7.org/linux/man-pages/man3/dlopen.3.html
- Loading branch information