I have just copied all required dlls as well as my application to a new directory as I would do when installing it some other machine. The resources are linked to the application executable.
When I then try to start the application a get the following message: 'The procedure entry point _Z21qRegisterResourceDataiPkhS0_S0_ could not be located in the dynamic link library QTCore4.dll'.
The QTCore4.dll has version number 4.6.2.0.

Is there anything missing in the code (resource initialization?) even though the resources are linked to the application?