Files
qt-creator/share/qtcreator/templates/wizards/projects/plaincpp/file.qbs
Tobias Hunger 6b6091ea61 Replace several "Plain C++" with one JSON wizard
Change-Id: Ia08f2127cdb25785cf313ec0a31a3d9775161c9b
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
2015-07-01 13:45:01 +00:00

13 lines
280 B
QML

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