From 68c40f931d392c880c3009c58364063e094dde17 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 13 Apr 2018 10:48:02 +0200 Subject: Remove the deprecated Product.profile property It was not used anywhere anymore. Change-Id: I420c40f562634159e838a805aeedbefb89185c75 Reviewed-by: Joerg Bornemann --- share/qbs/modules/qbs/common.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/qbs/modules/qbs') diff --git a/share/qbs/modules/qbs/common.qbs b/share/qbs/modules/qbs/common.qbs index 29cf5c19a..86ce27c59 100644 --- a/share/qbs/modules/qbs/common.qbs +++ b/share/qbs/modules/qbs/common.qbs @@ -83,7 +83,7 @@ Module { property string pathSeparator: hostOS.contains("windows") ? "\\" : "/" property string nullDevice: hostOS.contains("windows") ? "NUL" : "/dev/null" property path shellPath: hostOS.contains("windows") ? windowsShellPath : "/bin/sh" - property string profile + property string profile: project.profile property string toolchainType: { if (targetOS.contains("windows")) return hostOS.contains("windows") ? "msvc" : "mingw"; -- cgit v1.2.3