aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-14 02:00:04 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-15 16:52:12 +0000
commit5a462306f2a156b7f99796906e68eee36a8a879f (patch)
tree9ec52fa9f229bde6b364daf3ee1cc5f21323575b /qbs.qbs
parentfe338544dceefe0af2513fef0d621818a3f1052b (diff)
Don't build examples with qbs by default.
This way, they don't get installed along with qbs itself. Task-number: QBS-802 Change-Id: I80e16be36af2814cd2836ed7c6039db30f375566 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs.qbs b/qbs.qbs
index 23937dae2..510e2113c 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -7,7 +7,7 @@ Project {
property bool enableProjectFileUpdates: false
property bool enableRPath: true
property bool installApiHeaders: true
- property bool withExamples: true
+ property bool withExamples: false
property string libDirName: "lib"
property string appInstallDir: "bin"
property string libInstallDir: qbs.targetOS.contains("windows") ? "bin" : libDirName