[Qt-interest] Deploy an application on Windows
Gian Marco Gallo
gianmarco.gallo at gmail.com
Thu Oct 15 16:49:36 CEST 2009
Hi guys
I've searched everywhere in the Qt site (I'm a great fun of c++ and Qt4) but
I'm not able to find a solution.
I've finished an application that works with a MS SQL database, that uses a
gif for the window icon and that uses a qwidget for the main window.
Now the problem is that QtCreator builds both the debug and the release
version of this software and the result works fine. It finds the database,
it has its icon...The problem is when I try to use this software on a pc
where Qt package is not installed. If I launch the debug version, it doesn't
load the icon and it seems it is not able to find the database. 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"
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?
Thanks a lot
A nice afternoon
--
Gian Marco Gallo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091015/3e7030a9/attachment.html
More information about the Qt-interest-old
mailing list