From: Vadim G. <vgo...@ro...> - 2008-04-14 07:08:21
|
shyam laximan wrote: > I have copied Qtcore4.dll and QtGui4.dll in the same folder as main.exe > and this works > Great! :-) > Question: is it possible to know which dll to deploy for specific > projects thus avoid deploying unnecessary dll > General information about deployment of the Qt application you may found here: http://doc.trolltech.com/4.3/deployment.html and MS Windows specific here: http://doc.trolltech.com/4.3/deployment-windows.html For QtAda you must deploy libqt4ada-core-0.dll (QtCore module bindings) and libqt4ada-gui-0.dll (QtGui module bindings); and optionally libqt4ada-sql.0.dll (QtSql module bindings), libqt4ada-uitools-0.dll (QtUiTools module bindings). |