-
Create an Installer
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
-
Re: Create an Installer
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.
-
Re: Create an Installer
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
-
Re: Create an Installer
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.