windeployqt: Unable to locate ICU library icudt72.dll
Unsolved
General and Desktop
-
I couldn't find a way to get Qt Creator to run my app because it couldn't find some DLL entry points (see https://forum.qt.io/post/775613), so I thought I'd see if windeployqt could do better. I went into the "build ...Release\release" directory, then ran
windeployqt .\App.exe
In fairly short order, it threw up an error:
Unable to locate ICU library icudt72.dll
I couldn't find "icudt72.dll" on my system, but I figured it probably wanted "libicudt72.dll", which is on my system. Copied it to the same directory, ran windeployqt again, and got the same result.
Am I doing something wrong here? And how do I get over this problem?Thanks,
.....Ron