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

Documentation is missing how to correctly add Android OpenSSL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • 6.4.0 RC1
    • Documentation
    • None
    • Android

      The documentation (https://doc.qt.io/qt-6/android-openssl-support.html) should mention that the following cmake command is necessary as well:

      if (ANDROID)
          include(<path/to/android_openssl/CMakeLists.txt)
          set_target_properties(appssl PROPERTIES QT_ANDROID_EXTRA_LIBS "${ANDROID_EXTRA_LIBS}")
      endif()
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            docteam Qt Documentation Team
            Harald Meyer Harald Meyer
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes