I’m working with Qt 5.3 and I run my application on my development machine (running the executable).
I checked Process Explorer and looks like the qwindowsd.dll is used from the C:\Qt5\5.3\ path, though in the folder I’m running the executable from has a platforms sub-folder containing the same file.
There is also a few dlls taken from the Qt folder’s plugins\imageformats and plugins\accessible folders.
What can I do to make sure that all of these are used from the executable’s folder?
↧