import qbs 1.0 CppApplication { name: "cplusplus" files: [ 'main.cpp', ] //cpp.cxxFlags: [ "-std=c++0x", ] cpp.cxxLanguageVersion: "c++11" }