I want to deploy Qt application with different Windows system. So I generated exe file for my application using windeployqt tools which consists of exe(Mingw) file with additional folder and dll file.
My requirement is how to generate exe(MSVC compiler based) file will deploy in different computer machines.
Thanks In advance
==>Static Compilation for Windows -
https://www.youtube.com/watch?v=lwX_urJJOf8
==>Static Compilation for Mac/Linux -
https://retifrav.github.io/blog/2018/02/17/build-qt-statically/