From aa859910f956161e1a4bc8b9b5012c2335bf5eca Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Tue, 8 Jun 2021 18:02:23 +0300 Subject: baremetal: Introduce new toolchainDetails property .. to reduce the number of if/else conditions and to simplify the code. Change-Id: Id4e6574b719986d3fc7f8b27106a60b00cbd67ea Reviewed-by: Ivan Komissarov --- share/qbs/modules/cpp/CppModule.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'share/qbs/modules/cpp/CppModule.qbs') diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs index b88248725..c47dab129 100644 --- a/share/qbs/modules/cpp/CppModule.qbs +++ b/share/qbs/modules/cpp/CppModule.qbs @@ -213,6 +213,7 @@ Module { property string linkerScriptFlag property stringList knownArchitectures: [] + property var toolchainDetails property string linkerMode: "automatic" PropertyOptions { -- cgit v1.2.3