From 95d5a8e74fd9c861aa71492ec97f1cf819d84784 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 10 Jan 2020 13:10:37 +0100 Subject: Report error when qt ios is built with debug only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doing only debug build is not supported at the moment. Add error to configure. Task-number: QTBUG-71990 Change-Id: If35d00c3f09d733efe63d5ea66d07e4a3ec922cc Reviewed-by: Tor Arne Vestbø --- configure.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.json b/configure.json index 1ae09ef386..62d78f8dc6 100644 --- a/configure.json +++ b/configure.json @@ -1457,6 +1457,11 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5 { "type": "emccVersion", "condition": "config.wasm" + }, + { + "type": "error", + "condition": "config.ios && features.debug && !features.debug_and_release", + "message": "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release." } ], -- cgit v1.2.3