7 lines
132 B
QML
7 lines
132 B
QML
|
VApp {
|
||
|
type: base.concat("autotest")
|
||
|
bundle.isBundle: false
|
||
|
install: false
|
||
|
condition: buildconfig.enableUnitTests
|
||
|
}
|