The solution is to upgrade your old version of gcc on the system. In fact, I am very surprised that you have such an old version on your version of 12.04 Ubuntu. It should have 4.6.3 on failure.
What you could try is C ++ 0x instead of C ++ 11 and see if this works. You can also run the gcc manual by issuing man gcc and find the exact one.
In addition, although we find this, you could just write this in your qmake project file instead of these initial configurations:
CONFIG += c++11
lpapp Apr 08 '14 at 20:13 2014-04-08 20:13
source share