From 8538cb992043eb680c1b7acaf133e4147e1db86a Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 25 Nov 2021 15:54:59 +0100 Subject: Convenience products: Make installDebugInformation consistent ... with install by default. If we have an installable product with debug info, it's likely we want to install the debug info as well. Task-number: QTCREATORBUG-26419 Change-Id: I6057bcd1620bcf207b38397b7f6f45be4187e44e Reviewed-by: Ivan Komissarov --- share/qbs/imports/qbs/base/NativeBinary.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/qbs/imports/qbs/base/NativeBinary.qbs b/share/qbs/imports/qbs/base/NativeBinary.qbs index c51f132ee..900ed9faa 100644 --- a/share/qbs/imports/qbs/base/NativeBinary.qbs +++ b/share/qbs/imports/qbs/base/NativeBinary.qbs @@ -39,7 +39,7 @@ Product { // or if it is multiplexed and it's the aggregate product readonly property bool _installable: !multiplexed || !aggregate || !multiplexConfigurationId - property bool installDebugInformation: false + property bool installDebugInformation: install property string debugInformationInstallDir: installDir Depends { name: "bundle"; condition: isForDarwin } -- cgit v1.2.1