forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-19286 Change-Id: I81a7486edfd34570d7b4bd82646a2e5e39a585ee Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
16 lines
293 B
QML
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
|
|
}
|
|
}
|
|
}
|