From ebc11e4612444bce428bbacb91f0f26906666749 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 26 Sep 2014 15:32:14 +0200 Subject: fix evaluation in subitems of disabled products Property evaluation in subitems of disabled products didn't work properly and led to evaluation errors. Even though a product is disabled, we must handle its subitems in the ModuleLoader to make module properties available. Task-number: QBS-671 Change-Id: Ibe051357095766b47e242b65c7899baeb6b0ee43 Reviewed-by: Christian Kandeler --- tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs b/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs index 0c44995c7..c57615c10 100644 --- a/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs +++ b/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs @@ -3,4 +3,8 @@ import qbs CppApplication { condition: false files: "main.cpp" + Group { + condition: qbs.targetOS.contains("stuff") + qbs.install: false + } } -- cgit v1.2.3