Hi all,
I am in the process of getting my application ready to deploy in the windows environment (in my case XP SP3).
I am using Qt SDK 5.0.2 which is bundled with Qt Creator and Mingw47.
So my project produces a .exe file and when I run it on its own it complains that it needs various DLLs. This is normal and I am working through the list. However when I search for the required DLLs I find that some of them exist in two or more places but others do not, for example:
Qt5Cored.dll only lives:
…\5.0.2\mingw47_32bit\bin
icuin49.dll lives in:
…\5.0.2\mingw47_32bit\bin
…\Tools\QtCreator\bin
I am assuming that the files I want are all going to be from the mingw47 folder and that perhaps the .dlls in the QtCreator folder are QtCreators own dependencies and therefore I should ignore these.
Would I be correct in this?, any other pointers in finding the correct .dll?
Thanks,
Fodder
↧