I have developed an application on my laptop (Windows 7, 64-bit) using Qt 5.4.1 MSVC2013 64bit. The compiler used is Microsoft Visual C++ compiler 12.0 (amd64). I built the application in Release mode, copied all the required dll files into the release directory, and copied the whole directory over to the server where the application will be running. On trying to run the application in the server, I get the error message "The application was unable to start correctly (0xc000007b)". In the problem details pane, the fault module is "ntdll.dll".
Most of the answers here and elsewhere for similar problems seem to be because of 32/64 bit compatibility issues. I'm unable to figure out what might be going wrong here since the application was built using a 64-bit compiler. In the Qt Build and Run options, the device type is set to Desktop, and there are no other windows alternatives.
Is there anything I'm missing here?