http://docs.mitk.org/0.14/qxtglobal_8h.html
Here it contains the importing and exporting of the dlls but how it can be done.. Could anyone help me in this please.. How to include mingwm10,libgcc_s_dw2-1,QtCore4,QtGui4,QtNetwork4?
http://docs.mitk.org/0.14/qxtglobal_8h.html
Here it contains the importing and exporting of the dlls but how it can be done.. Could anyone help me in this please.. How to include mingwm10,libgcc_s_dw2-1,QtCore4,QtGui4,QtNetwork4?
Just copy them to the same directory as your executable.
If you statically link you have to agree to different licenses than if you don't, therefore it's far easier to just dynamically link.
I want to build only the exe file not the supporting files with it. How to link the dlls statically.. or adding the dlls. Just one big exe file which contains all the dlls in it
You'll need to recompile Qt - see 'Deploying Qt Applications' -> http://doc.qt.nokia.com/latest/deployment.html
Bookmarks