Files
qt-creator/share/qtcreator/templates/wizards/projects/plainc/file.qbs

13 lines
245 B
QML
Raw Normal View History

import qbs
CppApplication {
consoleApplication: true
files: "%{CFileName}"
Group { // Properties for the produced executable
fileTagsFilter: "application"
qbs.install: true
qbs.installDir: "bin"
}
}