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