[Qt-interest] Deploy an application on Windows

Alessandro Portale alessandro.portale at trolltech.com
Thu Oct 15 17:06:07 CEST 2009


Gian Marco Gallo wrote:
> If I launch the release version it doesn't start 
> reporting the error: "Unable to find the entry point 
> ?insert@?$QVector at VQPointF@@@QAEXHABVQPointF@@@Z of the procedure in the 
> library of dynamic linking QtCore4.dll"

It seems to find some QtCore4.dll in the PATH, but apparently of an older Qt version that has not that symbol.

> I've so tried to understand how to deploy a stand alone application on 
> Windows and I've found this: 
> http://doc.trolltech.com/4.5/deployment-windows.html
> But I'm not able to follow the guide because for example I don't have 
> nmake file.
> Any help?

Did you ship the right QtCore4.dll next to your application .exe? And did you ship the required plugin .dlls under sqldrivers\ and imageformats\ next to your application?

These are the most common cases where deployment of Qt based apps fails.

Alessandro



More information about the Qt-interest-old mailing list