コンテキストは次のとおりです。
- Windows 7 x64 で Qt を使用してプログラムを開発しました。
- Qt 5.0.1、QtCreator 2.6.1、コンパイラ VS2010 にアップグレードしました。
今の状態:
- My program runs fine in QtCreator but, when I tried it outside, I received several errors.
- I checked this topic which gave me some answers: qtcreator - exe does work fine inside qtcreator but doesn't outside
- I thus added Qt dlls and it helped, no more Missing Libraries messages.
- Still, it would not run outside QtCreator (no more error message, I just doesn't run) so I added the platforms directory with both qminimal and qwindows dlls, it didn't help.
- I also downloaded and added libEGL.dll as sugested, with no result.
I'm stuck and could really a little help.