I've been trying to figure out how i'm supposed to generate a .exe using qt creator for hours now.
I read about the windeployqt
tool but the only thing i found in my qt installation similar to this is a windeployqt.prf
, and i have no idea how to use this. I also can't find any sources to download, even from source.
I'd like to make a static build to avoid any DLL issues but i can't find any instructions on how to do it and the documentation is not helpful.
If you have a step by step guide or ressource that explains how to do that i'll be greatful.