PDA

View Full Version : Release mode



hassinoss
24th February 2014, 12:11
hi,

when I run my ".exe" mode release program it works, or when I run it on another pc that does not contain qt it does not work and it shows nothing.

Help me please.

alainstgt
24th February 2014, 13:02
beside your exe, you need to install some dll and other files, which ones depend on the operating sytem.
Google with "qt exe does not run" and you´ll get a lot of information on it.

On Windows operating system, you can use dependencywalker.exe from Microsoft to get all dependencies of your exe.

Alain

anda_skoa
24th February 2014, 13:43
Qt Documentation: https://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

Cheers,
_

hassinoss
24th February 2014, 13:46
thank you very much for your answer it was very useful.

Alundra
24th February 2014, 19:07
Is it possible to have the dll of "platforms" on the same folder of the exe ?

anda_skoa
24th February 2014, 20:12
Specify either the -platformpluginpath command line option or set the QT_QPA_PLATFORM_PLUGIN_PATH environment variable

Cheers,
_

hassinoss
27th February 2014, 10:49
you must put the folder platforms on the folder of the .exe the n it will be work