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.
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.
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
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.
Bookmarks