2013-07-26 17:28:06 +02:00
|
|
|
import qbs
|
|
|
|
|
|
2016-12-10 21:13:41 -08:00
|
|
|
Project {
|
|
|
|
|
minimumQbsVersion: "1.7.1"
|
2014-03-03 13:31:50 +01:00
|
|
|
|
2016-12-10 21:13:41 -08:00
|
|
|
CppApplication {
|
|
|
|
|
consoleApplication: true
|
|
|
|
|
files: "%{CppFileName}"
|
|
|
|
|
|
|
|
|
|
Group { // Properties for the produced executable
|
2017-11-14 10:54:04 +01:00
|
|
|
fileTagsFilter: "application"
|
2016-12-10 21:13:41 -08:00
|
|
|
qbs.install: true
|
|
|
|
|
}
|
2014-03-03 13:31:50 +01:00
|
|
|
}
|
2013-07-26 17:28:06 +02:00
|
|
|
}
|