PDA

View Full Version : Create an Installer



pl01
4th March 2011, 12:52
Hi,

I need to create an "installation package" for my soft (For now only for Windows) and would like to know how to do ?

Mainly, do I have to install some "QT runtime" before starting my ".exe" ?

I have copy my application to a new machine... and it ask for QtCore.dll ... I agree... but is there a package that we can include for the end-user ?

Thx

agarny
4th March 2011, 13:19
You might want to look at similar threads and the Qt documentation. What you are after is very standard and has been discussed and documented umpteen times.

pl01
7th March 2011, 13:26
Thanks,

I have already search for .... by I would like to know, first, how to avoid the use of QtCore.dll in my .exe ... and simply include the "minimum" of QT into my .exe, if it is possible ?

I don't want to deliver the QT library seperately, but simply include all that I need in my ".exe" ?

Thx

agarny
7th March 2011, 13:29
What you need is to build your application statically. You might, among other things, want to check the following page: http://doc.trolltech.com/latest/deployment-windows.html.