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

Fix CMake configurations to use custom 1.1 OpenSSL version

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • 6.0.0
    • Build System
    • None

      qmake configurations specify a custom location to openssl via arguments like

      -I/usr/local/opt/openssl/include
      -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib
      -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64%
      -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include
      

      We need to replicate the same for the CMake configurations, so that OpenSSL functionality is built correctly.

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

            alexandru.croitor Alexandru Croitor
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes