Files
qt-creator/share/qtcreator/templates/wizards/projects/plaincpp/file.qbs
Christian Stenger 895eed7164 Wizards: Fix project files for macOS
Task-number: QTCREATORBUG-19286
Change-Id: I81a7486edfd34570d7b4bd82646a2e5e39a585ee
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2017-11-14 10:55:33 +00:00

16 lines
293 B
QML

import qbs
Project {
minimumQbsVersion: "1.7.1"
CppApplication {
consoleApplication: true
files: "%{CppFileName}"
Group { // Properties for the produced executable
fileTagsFilter: "application"
qbs.install: true
}
}
}