aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 6eb2f35c4..b9c7a0171 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -1,7 +1,8 @@
import qbs 1.0
Project {
- minimumQbsVersion: "1.3"
+ minimumQbsVersion: "1.4"
+ qbsSearchPaths: ["qbs-resources"]
property bool enableUnitTests: false
property bool enableProjectFileUpdates: false
property bool enableRPath: true
@@ -37,4 +38,6 @@ Project {
condition: parent.withExamples
}
}
+
+ AutotestRunner { }
}