From f45369b8f5c7c09305e4e31a2ae78b7986bda0d8 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 26 Sep 2017 15:35:58 +0200 Subject: Fix qbs build for qbs >= 1.10 Shadowing modules does no longer work from qbs 1.10 on; we need to give our implementation of qbsbuildconfig a higher priority. Change-Id: I703b780d564c43ebc2a4318f683537f10c4e5f3c Reviewed-by: Joerg Bornemann --- qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs index a16eae5d41..492a6fe457 100644 --- a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs +++ b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs @@ -4,6 +4,8 @@ import qbs.FileInfo Module { Depends { name: "qtc" } + property bool priority: 1 // TODO: Remove declaration after 1.11 is out. + property bool enableUnitTests: false property bool enableProjectFileUpdates: true property bool installApiHeaders: false -- cgit v1.2.1