Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-97243

Prebuilt version of 6.2.0 for Android has SSL support disabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • None
    • 6.3, 6.2
    • Network: SSL
    • None
    • macOS
    • Android

    Description

      The prebuilt version of 6.2.0 for Android comes with SSL support disabled. Not sure if this is intended or not, but certainly is in disagreement with the documentation.

       

      cat 6.2.0/android_arm64_v8a/include/QtNetwork/qtnetwork-config.h  
      #define QT_FEATURE_getifaddrs -1 
      #define QT_FEATURE_ipv6ifname -1 
      #define QT_FEATURE_securetransport -1 
      #define QT_FEATURE_schannel -1 
      #define QT_FEATURE_ssl -1 
      #define QT_FEATURE_dtls -1 
      #define QT_FEATURE_ocsp -1 
      #define QT_FEATURE_opensslv11 -1 
      #define QT_FEATURE_sctp -1 
      #define QT_FEATURE_http 1 
      #define QT_FEATURE_udpsocket 1 
      #define QT_FEATURE_networkproxy 1 
      #define QT_FEATURE_socks5 1 
      #define QT_FEATURE_networkinterface 1 
      #define QT_FEATURE_networkdiskcache 1 
      #define QT_FEATURE_brotli -1 
      #define QT_FEATURE_localserver 1 
      #define QT_FEATURE_dnslookup 1 
      #define QT_FEATURE_gssapi -1 
      #define QT_FEATURE_sspi -1 
      #define QT_FEATURE_topleveldomain 1 
      #define QT_NO_GETIFADDRS 1 
      #define QT_NO_IPV6IFNAME 1 
      #define QT_NO_OPENSSL 
      #define QT_NO_SSL 1 
      #define QT_NO_SCTP 1 
      #define QT_NO_BROTLI 1 
      #define QT_NO_GSSAPI 1 
      #define QT_NO_SSPI 1
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-97243
          # Subject Branch Project Status CR V

          Activity

            People

              hehalmet Heikki Halmet
              smo smo
              Votes:
              1 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews