From 8a6f52bf83f7f8e97e4eed7bafbcdfd85a5a5bab Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 17 Nov 2020 13:44:57 +0100 Subject: Remove obsolete warnings The libproxy issue was fixed 4 years ago and the related Qt and libproxy bug reports were also closed long ago. Change-Id: I5af18f1eaaffb8d33556ab94ca1759959a2c272d Reviewed-by: Alexandru Croitor --- src/network/configure.cmake | 5 ----- src/network/configure.json | 5 ----- 2 files changed, 10 deletions(-) (limited to 'src') diff --git a/src/network/configure.cmake b/src/network/configure.cmake index d66874b462..ea71cd1ff8 100644 --- a/src/network/configure.cmake +++ b/src/network/configure.cmake @@ -439,8 +439,3 @@ qt_configure_add_report_entry( MESSAGE "When linking against OpenSSL, you can override the default library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked" CONDITION NOT ANDROID AND QT_FEATURE_openssl_linked AND ( NOT TEST_openssl.source EQUAL 0 ) AND INPUT_openssl.prefix STREQUAL '' AND INPUT_openssl.libs STREQUAL '' AND INPUT_openssl.libs.debug STREQUAL '' OR FIXME ) -qt_configure_add_report_entry( - TYPE WARNING - MESSAGE "Some of libproxy's plugins may use incompatible Qt versions. Some platforms and distributions ship libproxy with plugins, such as config_kde4.so, that are linked against old versions of Qt, and libproxy loads these plugins automatically when initialized. If Qt is not in a namespace, that loading causes a crash. Even if the systems on which you build and test have no such plugins, your users' systems may have them. We therefore recommend that you combine -libproxy with -qtnamespace when configuring Qt." - CONDITION QT_FEATURE_libproxy AND INPUT_qt_namespace STREQUAL '' -) diff --git a/src/network/configure.json b/src/network/configure.json index 835e449e5d..3234fa6474 100644 --- a/src/network/configure.json +++ b/src/network/configure.json @@ -453,11 +453,6 @@ library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked" - }, - { - "type": "warning", - "condition": "features.libproxy && input.qt_namespace == ''", - "message": "Some of libproxy's plugins may use incompatible Qt versions. Some platforms and distributions ship libproxy with plugins, such as config_kde4.so, that are linked against old versions of Qt; and libproxy loads these plugins automatically when initialized. If Qt is not in a namespace, that loading causes a crash. Even if the systems on which you build and test have no such plugins, your users' systems may have them. We therefore recommend that you combine -libproxy with -qtnamespace when configuring Qt." } ], -- cgit v1.2.3