import qbs CppApplication { type: "application" // To suppress bundle generation on Mac consoleApplication: true files: "%{CppFileName}" Group { // Properties for the produced executable fileTagsFilter: product.type qbs.install: true } }