Currently working on an application using QT in Windows.In Qt i am facing static linking deployment in windows. How to proceed on it?
How to statically link the Qt libraries, so that we can deploy an independent application.
Note: The application has to be runned in Linux, MACOS, Windows, how to cross compile it.Please give me the guidelines also.