A lot of similar questions has been posted, but noone has worked for me. On Windows 7, i am able to run my program standalone with the appropriate dll's in the executables folder.
At Windows 8.1, I am not able to run my project either with Qt Creator nor standalone. I am getting the error
This application failed to start because it could not find or load the Qt platform plugin "windows". Available platform plugins are: minimal, offscreen.
I put my platform dll's in ./platforms and ./ as suggested here and here amongst other places. Still, my application won't launch and gives me the same error.
I've included all dll's from my C:\Qt\Qt5.2.0-mingw\5.2.0\mingw48_32\plugins\platforms
directory.
How can I solve this problem?