diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2020-08-18 10:10:24 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2020-08-18 12:55:38 +0200 |
commit | f4f45578358a193e3eed59a440550e3f87a73181 (patch) | |
tree | 031f8a71468e359db9b5d4ea805bd8c0617d9807 /configure.cmake | |
parent | 93c1307a66476d8021d66c8618a7482dd0d1bf56 (diff) | |
download | qtbase-f4f45578358a193e3eed59a440550e3f87a73181.tar.gz |
Remove Qt 5.1 binary-compatibility warning
There's no way that Qt 6 will be binary-compatible with Qt 5.1.
Change-Id: Ic1abfbdc8dc497dcb24494a8f3e2d96bcf27ef83
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r-- | configure.cmake | 5 |
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 |