Hi, does qtcreator support rvalue references via some configuration? Using void foo(Test&& t); leads to syntax error in qtcreator whereas compiling with g++ -std=c++0x is ok. -- Wilhelm