summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.cmake b/configure.cmake
index 34295b6918..23915c6eec 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -981,11 +981,6 @@ qt_configure_add_report_entry(
CONDITION NOT QT_FEATURE_shared
)
qt_configure_add_report_entry(
- TYPE NOTE
- MESSAGE "Qt is using double for qreal on this system. This is binary-incompatible against Qt 5.1. Configure with '-qreal float' to create a build that is binary-compatible with 5.1."
- CONDITION INPUT_qreal STREQUAL 'double' AND ( TEST_architecture_arch STREQUAL arm )
-)
-qt_configure_add_report_entry(
TYPE ERROR
MESSAGE "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release."
CONDITION IOS AND QT_FEATURE_debug AND NOT QT_FEATURE_debug_and_release