aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-15 20:19:54 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-16 18:21:15 +0000
commit9527b031c0da701e79757b1877aad6cdc78688fe (patch)
tree35328441707d92d0ef3ae6af1b7e14d2fe86b295 /qbs.qbs
parenta6d205aebcb0d6bd55f4667fa9d3a0ef6460c499 (diff)
Organize development-time scripts in a single place
Adapt scripts as necessary. Change-Id: Ib5ad4d1b6bc0e47cb6b4994cfb924efc1c3ebdc4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index fa5cd5ba2..af4471636 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -11,6 +11,7 @@ Project {
"doc/doc.qbs",
"share/share.qbs",
"src/src.qbs",
+ "scripts/scripts.qbs",
"tests/auto/auto.qbs",
"tests/fuzzy-test/fuzzy-test.qbs",
"tests/benchmarker/benchmarker.qbs",