Right now, the DLLMain in qaxserverdll.cpp calls GetModuleFileName() on the hInstance for the DLL and passes the path to QCoreApplication to override the path. This adds a way for it to simply pass the hInstance handle, which will automatically cause qAppFileName() & QCoreApplication::applicationFilePath() return the DLL's path, which in turn influences the default QCoreApplication::libraryPaths(). Change-Id: I3cc172288c54c3938566fffdfb62985000ce2e9c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 507024317fec0c1deeb62c8c2ba5a43af7d65f21) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%