Although I tried what was suggested in How to enable C++11 in Qt Creator?
this did not work with my Qt Creator using Qt 4.8 in mac os x snow leopard 10.6.8. When compiling with GCC 4.9, adding:
QMAKE_CXXFLAGS += -std=c++11
I get
cc1plus: error: unrecognized command line option "-std=c++11"
Is this meant to be compatible by Qt 4.8 like the link above said? or not?