import qbs.base 1.0 Project { Product { name : "HelloWorld" type: "application" files : [ "main.cpp" ] } }