From 7652a6cb4f4c6b3fcd1229b50649453aa1b9a978 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 17 Oct 2014 11:33:50 +0200 Subject: Fix condition for including the "examples" sub-project. The condition has to be attached to the sub-project via the "Properties" item, not to the SubProject item directly. Change-Id: I858788c463c6816929f0f891f8d03438eeb2886c Reviewed-by: Joerg Bornemann --- qbs.qbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qbs.qbs') diff --git a/qbs.qbs b/qbs.qbs index f5c9967be..7d084c955 100644 --- a/qbs.qbs +++ b/qbs.qbs @@ -33,6 +33,8 @@ Project { SubProject { filePath: "examples/examples.qbs" - condition: project.withExamples + Properties { + condition: parent.withExamples + } } } -- cgit v1.2.3