I *think* there are two sets of Qt DLLs installed with the SDK - one set used by the various tools (Qt Creator, etc.) and another that are the ones you actually need to ship. From my SDK (installed in C:\Qt\2009.03) I have the following:
C:\Qt\2009.03\bin\QtCore4.dll (2,016,256 bytes, version 4.5.2.0) C:\Qt\2009.03\qt\bin\QtCore4.dll (2,730,496 bytes, version 4.5.2.0) One DLL will work, the other won't. Don't ask me why. I ship the ones from 'bin' instead of 'qt\bin'. 2009/10/13 Wm. G. Urquhart <[email protected]>: > Hi list, > > I have created a minimal Qt application to test the installation of Qt > Applications using the Nullsoft Scriptable Installer on Windows. > > The application was built under Windows Vista x64 and works as expected > within the Qt environment. In order to deploy the application I examined > the .exe using dependency walker and included the appropriate .dll files. > > From the NSIS Script File: > > File c:\qt\sdk\bin\qtcore4.dll > File c:\qt\sdk\bin\qtgui4.dll > File c:\qt\sdk\bin\qtnetwork4.dll > File c:\qt\sdk\bin\mingwm10.dll > > The installer builds and runs correctly, but when I execute the > application I get an exception: > > qtcore4.dll!?ins...@?$qvector@VQPointF@@@@QAEXHABVQPointF@@@Z could not > be located in the DLL. > > Any ideas on how to resolve this would be appreciated. > > -- > Thanks > > Woogoo > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
