From d61eb905ae3fa161d50821d01ee47915713e89c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 22 Jun 2018 12:45:30 +0200 Subject: api: use RTLD_NOW --- api/plugin-support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/plugin-support.hpp') diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index b3f3396b..5e93e119 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -58,7 +58,7 @@ struct dylib final return; handle.setFileName(filename_); - handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::PreventUnloadHint); + handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::PreventUnloadHint | QLibrary::ResolveAllSymbolsHint); if (check(!handle.load())) return; -- cgit v1.2.3