I have a qt c++ plain program. using mingw8.1 gcc as compilier in windows.
I can run it in qt creator.
But when i want to use windeplotqt to deploy, it failed with:
a.exe does not seem to be a Qt executable
my step is:
1. copy the exe from build-xxx-release/release/a.exe to a clean folder
2. open terminal from QT(mingw) from my windows start menu
3. cd the clean folder in terminal
4. windeployqt a.exe
then the error come out.
It driven me mad, because i reinstall QT for many times. I can ensure my qt is a clean environment.
Can anyone help on this?