Files
qt-creator/share/qtcreator/templates/wizards/plaincppapp/qbs/project.qbs

13 lines
288 B
QML
Raw Normal View History

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
}
}