I have the following error when open my application.
I\'m use windows 7 32bit
platf
Probably you get this error because you use dlls from QtCreator directory which was not compiled with mingw
(often QtCreator compiled with Microsoft visual studio on Windows)
You should use dlls from C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin
(for example) .
App which was compiled with mingw
needs dll which compiled with mingw
too.