Olufowobi Lawal wrote: > Recently I started C++ gui with Qt (as advised by some). Finally I made my > first functional gui application. > > To run it on another machine, I googled and found out, I have to copied some > .dll files in /bin director of QT in the same directory of my .exe. > I did this, and it worked. > > So my question is how would I can set this up to be automatically done. > Because what I did was to run the .exe , checked for the .dll it complains > about and go copy it, till it worked. This, I think, would be time wasteful > when doing something large. > > Secondly, how do I create an installer for it; like a normal program, so > that, a shortcut on the desktop can be created, the .dll in the right place, > the .exe in c:/Program Files, icons etc. (both in windows and Linux)? > > I think I'm asking a lot of questions, so references (website, books, > manuals) would be appreciated. > > Thanks. > > Lawal. O
Ah. An installer question. Fun. This may help: http://doc.trolltech.com/3.3/distributingqt.html -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
