This post has been edited 1 times, last edit by "slevon" (Jun 21st 2010, 2:29pm)
Hi,
Hi,
huangxinhao mentioned the easiest way out, due to you said you are a beginner. If you want to deliver your application without copying the dlls (wich is much smaller solution than .net-Framework by the way) you have two more choices:
1) you can use a installer-tool to check if there are QT-Dlls installed on your target machine and install the DLL only if they are needed.
2) use Google to find out how Qt-Applications are built 'staticly' :
example: http://doc.qt.nokia.com/4.1/deployment-w…g-qt-statically
hope this help,
slevon