From 5a462306f2a156b7f99796906e68eee36a8a879f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 14 May 2015 02:00:04 -0700 Subject: 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 --- qbs.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qbs.qbs') 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 -- cgit v1.2.3