Qt-interest Archive, April 2008
running the EXE file witout Qt
Message 1 in thread
Hi,
I have created an application with Qt in Ecplise SDK.
My question is how to create an exe file that can be runned in any pc without Qt and Eclipse?
how to pack all the qt and mingw libraries to execute the programm everywhere?
thanks
David
_________________________________________________________________
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar siempre a la última
Guapos y guapas, clips musicales y estrenos de cine.
Message 2 in thread
Your Qt application that has been developed using the Qt Eclip[se integratioin should be independant of Eclipse.
Dependancies which You will certainly have are the Qt dlls of the used Qt modules, some Qt plugins and the compilers runtime libraries (e.g. mingwm10.dll). These Dlls have to be shipped along with your application.
If you compile Qt statically, you can get rid of the Qt dlls.
See the deployment documentation:
http://doc.trolltech.com/latest/deployment-windows.html
Good luck,
Alessandro
David Rodríguez schrieb:
> Hi,
>
> I have created an application with Qt in Ecplise SDK.
>
> My question is how to create an exe file that can be runned in any pc
> without Qt and Eclipse?
>
> how to pack all the qt and mingw libraries to execute the programm
> everywhere?
>
> thanks
>
> David
--
[ signature omitted ]
Message 3 in thread
David Rodríguez wrote:
> Hi,
>
> I have created an application with Qt in Ecplise SDK.
>
> My question is how to create an exe file that can be runned in any pc
> without Qt and Eclipse?
>
> how to pack all the qt and mingw libraries to execute the programm
> everywhere?
>
> thanks
If you compile Qt statically, you will not need any of the Qt dll's.
However, you will always need the mingw dll.
--
[ signature omitted ]