From 83b90ef261de41f826a0225186d69199aa77f5ba Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 16 Jun 2021 08:44:36 +0200 Subject: Expose the "debug" build feature privately Consumers can now check the "debug" feature to determine whether Qt was built in the "Debug" configuration. Change-Id: I225125d38ded508e9792a730ce421b33bceacddf Reviewed-by: Alexandru Croitor Reviewed-by: Friedemann Kleint (cherry picked from commit 3ca5b46e5da04672ed0eaeaa6a5b30673705e4c9) Reviewed-by: Qt Cherry-pick Bot --- configure.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 1cb2107756..45f2b1e7f0 100644 --- a/configure.json +++ b/configure.json @@ -783,7 +783,8 @@ }, "debug": { "label": "Build for debugging", - "autoDetect": "features.developer-build || (config.win32 && !config.gcc) || config.darwin" + "autoDetect": "features.developer-build || (config.win32 && !config.gcc) || config.darwin", + "output": [ "privateFeature" ] }, "debug_and_release": { "label": "Compile libs in debug and release mode", -- cgit v1.2.3