Minimum required gcc/glib to build/run QT5.2.0
Installation and Deployment
7
Posts
2
Posters
3.0k
Views
1
Watching
-
G++ 4.2 is the minimal version. In general, any compiler running C++98 should work.
-
No, I just remember the talk on Qt dev mailing list back when the scope for Qt 5.0 was being discussed.
There is not much that I can elaborate on here: it was decided that all Qt 5 code should compile without errors using any C++98 compiler (or newer). That of course does not mean that all compilers are being actually tested.
-
Pretty much the same, yes.