Hallo,
I download Qt5 libs but it's for MSVC 2010 compiler but i have only Mingw where can i free download MSVC2010? Or can i compile with Mingw an use Qt5 libs?
Hallo,
I download Qt5 libs but it's for MSVC 2010 compiler but i have only Mingw where can i free download MSVC2010? Or can i compile with Mingw an use Qt5 libs?
I think you'll find the answer to your question here
__________________________________________________
My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
Like my projects ? Buy me a kofi
I don't mean that i can compile Qt5 with Mingw but i mean i can't compile my project with mingw
Latest Qt5 sdk version doesnt have mingw support, because with was compiled with MS compiler. You can download MS Visual Express from Microsoft site, and use MS compiler for your projects, not mingw. Or you can download Qt5 sources, compile it with Mingw, then you will be able to use mingw to compile your projects.
__________________________________________________
My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
Like my projects ? Buy me a kofi
I try it thanks
Bookmarks