I am trying on windows deploy and application as static, so the single exe file will include all required dlls inside. So when I distribute this single exe file amoung PCs, it will be working fine.
At the moment, when I release the project via windeployqt (including QMLs), it bring whole bunch of dlls and qmls in the folder. So I need to join it together (sometling like ILMerge software does) using QT.
Please guide me through the process.
PS: Compiler is MinGW 32b
Thanks
after checking options mentioned, I have found visualized here, Which is quite easy way, however time consuming...
only one point for future googliers, DON'T FORTGET to fix the sqlite parameter, otherwise 7 hours long process will get stuck in the middle, and you will have to start over again as me :)