Hello everybody,
I recently deployed a program in which I was required to run "configure -static" such that the program only needed to be distributed with the mingwm10.dll file. Now I would like to go back to shared DLL Qt! Can I undo what I have done to make Qt static?
Secondly, the program I wrote was not anything special. A QDialog with some conversion between numbers. Why is it 11mB and why do I necessarily need to distribute it with mingwm10.dll? It'd be nice to have a less than 1mB program that was completely stand alone. Is that possible?
Is it possible to install two of the same versions of Qt - one static, one shared? If so, how would I differentiate all of the commands for each Qt configuration?
Cheers,
Tom