Tuesday, 15 February 2011

Qt5 exe not running in windows8 -



Qt5 exe not running in windows8 -

i have qt application in qt4.7 , ported qt5.0. working fine if run pc qt5 installed. not running or not giving error message if run pc qt not installed though has dlls in same folder.

but if install qt , seek same folder application work without setting environment variable. in questions have seen people replied adding dlls , have tried adding dlls specified them. nil helped. body has thought how handle this.

qt 5 introduced utilize of dlls loaded @ run-time (as opposed launch-time). these dlls can detected dependency walker if utilize "profiling" feature, not on default.

i'm assuming you're using precompiled bundle qt project website. community found silent dependency on libegl.dll, , less-silent dependency on qwindows.dll, must placed relative .exe folder structure:

app.exe libegl.dll platforms\qwindows.dll

also, see if can find useful @ http://doc-snapshot.qt-project.org/qt5-stable/qtdoc/deployment-windows.html

qt5

No comments:

Post a Comment