The following prompt error appears in the executable program that runs QT compiled directly from windows:
This application have requested the runtime to terminate it an unusual.
Please contact the application's support team for more information.
This situation occurs because of a lack of dynamic-link libraries that are required for the program to run.
Workaround One: Modify the system environment variables, add the QT bin path in path is OK. However, this can only be run on the machine, the executable to the other computer running on the GG.
Workaround two: When you need to run the program on another computer, you need to put the relevant runtime in the same folder to copy away. So which libraries do you need? There will be hints when running directly, but there will be errors on top of some of the runtime's needs but no hints.
Here is the run-Library support I need to run a program, which can be used for reference ...
QT Version: 5.0.1
The executable program that runs QT compiled directly in Windows appears with the following error: This application have requested the runtime to terminate it an unusual.