Hi guys. I’d thought I asked here since I couldn’t seem to find a solution anywhere else as this is prevalent only with Qt 5.0.2.
So, I’ve set my environment paths to Qt’s bin and MinGW’s bin directories:
C:\Qt\Qt5.0.2\5.0.2\mingw47_32\bin;C:\Qt\Qt5.0.2\Tools\MinGW\bin;
I could run my Qt programs in Qt Creator, but when I open the file in windows explorer it pops this error.
Only when I placed “icuuc49.dll” in the executable’s directory did it worked. Why is this so? icuuc49.dll is obviously in the Qt bin directory! Is there any proper fix for this? I don’t want to need to keep placing this dynamic library every time I compile up an application.
windows 7 32bit
↧