After building, my program runs well in the Qt5 Creator, but running the exe outside raise error
The procedure entry point ... could not be located in the dynamic link library
Then I added the Qt5 SDK path into the system variable PATH, but this doesn't work. After that, I tried to use the windeployqt.exe to deploy, but getting the error
Unable to find dependent libraries of D:\Python27\lib\site-packages\PyQt4\Qt5Core.dll
which absolutely has the wrong path. I tried to remove all others paths in the system variable PATH, but it still doesn't work.
The environment is Windows 8.1, Qt 5.6.3, MingW 49.