aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-09 00:50:18 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-19 15:38:54 +0000
commit53b8fb9889a4aeb231642a6646bb8024744e03c7 (patch)
treed71870226b5c2d8f8d0555d6870dab1269fe4c72 /src/src.qbs
parent55169d88a36af5ecd2b1649e7f8b99e75632f598 (diff)
Add support for building internal executables (libexec) as part of Qbs.
This will be used by the upcoming Java output artifact scanner. Change-Id: I04dd36ee6a6a7913b604bdda73c14879b2854721 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 04ce2d6ba..c501cb437 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -4,6 +4,7 @@ Project {
references: [
"app/apps.qbs",
"lib/libs.qbs",
+ "libexec/libexec.qbs",
"plugins/plugins.qbs"
]
}