Report error when qt ios is built with debug only

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ø <tor.arne.vestbo@qt.io>
bb10
Michal Klocek 2020-01-10 13:10:37 +01:00
parent 9233ffa2d1
commit 95d5a8e74f
1 changed files with 5 additions and 0 deletions

View File

@ -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."
}
],