aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 44d0b751d..e65ca2b11 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -5,6 +5,7 @@ Project {
qbsSearchPaths: ["qbs-resources"]
property bool withExamples: false
property stringList autotestArguments: []
+ property stringList autotestWrapper: []
references: [
"dist/dist.qbs",
@@ -34,6 +35,7 @@ Project {
Depends { name: "qbs_cpp_scanner" }
Depends { name: "qbs_qt_scanner" }
arguments: project.autotestArguments
+ wrapper: project.autotestWrapper
environment: {
var env = base;
if (qbs.hostOS.contains("windows") && qbs.targetOS.contains("windows")) {