How make a Qt5.01 GUI.exe with Windows7 & Mingwc ?[solved]
-
wrote on 2 Apr 2013, 01:37 last edited by
Hello,
I follow some instruction for creating un app_gui.exe (Qt5.01) on windows 7 dsktop and Mingwc, from the Qt appli that running nicely, but when i run it from my desktop folder i get a message about "need QtCored.dll", so i put it in the folder but that ask for another dll and again and again...So what ? impossible to make a app_gui running in solo without the complete Lib ?
Some experiment user can drive me on a smart way to do it ? -
wrote on 2 Apr 2013, 07:15 last edited by
Hi!
Check this "deployment":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html -
wrote on 2 Apr 2013, 14:40 last edited by
Thanks, i got a message about Make when i use complier now...
What needed in the configure option ?
-
wrote on 2 Apr 2013, 14:56 last edited by
Certainly it is one way to use static linking. However, check the license implications.
If you do not want to find out about the required dlls each time of a restart, you can use "dependency walker":http://www.dependencywalker.com/ to find out.
-
wrote on 2 Apr 2013, 21:08 last edited by
koahnig: thanks for this, that could help.
In deployement doc:
@cd C:\path\to\Qt
configure -static <any other options you need>@What mean :any other options you need
Is it better installing : Qt4.8.4(mingW) and QtCreator 2.7 or Qt5.01(mingW) ?
Is it neccessary install independant MingW also to make other way to complil ?
5/5