Hi,

Just search this forum or the internet on"static linking" or "building a static version of Qt". But beware... it takes a lot of time and trial-and-error to build a fully static version of qt that is not dependent on any MingW or Visual Studio DLL. If you're new to Qt, I'd just stick to copying the DLL's for now.

B.t.w. your steps are sort of what is mentioned in the Qt documentation on deployment : Qt deployment on Windows.

Regards,
Marc