aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs15
1 files changed, 2 insertions, 13 deletions
diff --git a/qbs.qbs b/qbs.qbs
index abe0f6cb0..4b2a184db 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -3,15 +3,16 @@ Project {
qbsSearchPaths: ["qbs-resources"]
property bool withCode: true
property bool withDocumentation: true
- property bool withExamples: false
property bool withTests: withCode
property stringList autotestArguments: []
property stringList autotestWrapper: []
references: [
"docker/docker.qbs",
+ "examples/examples.qbs",
"share/share.qbs",
"scripts/scripts.qbs",
+ "tutorial/tutorial.qbs",
]
SubProject {
@@ -22,13 +23,6 @@ Project {
}
SubProject {
- filePath: "examples/examples.qbs"
- Properties {
- condition: parent.withExamples
- }
- }
-
- SubProject {
filePath: "src/src.qbs"
Properties {
condition: parent.withCode
@@ -48,11 +42,6 @@ Project {
}
Product {
- name: "qmake project files for qbs"
- files: ["**/*.pr[io]"]
- }
-
- Product {
name: "cmake project files for qbs"
files: ["**/CMakeLists.txt"]
}