yah, it is working when i copied the required dll's to the folder containing the exe
but can it work without dll's , i mean like "static" in MFC?
If you have a static mingw runtime and you link it statically into the application together with static Qt libs, then it will work without external dependencies. Just like MFC![]()
Bookmarks