Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Add to Qt Project specified OpenSSL and do not use default. How?
Qt 6.11 is out! See what's new in the release blog

Add to Qt Project specified OpenSSL and do not use default. How?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 369 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by bogong
    #1

    Hello all?

    I need to define specified OpenSSL libraray from my own sources and do not use the default (like described in this manual). Is there way to configure it in *.pro file without rebuilding Qt itself like it described in manual.

    The rows in profile like this, now ignoring on device:

    LIBS += -L$$PWD/../Libs/OpenSSL/ -lssl
    PRE_TARGETDEPS += $$PWD/../Libs/OpenSSL/libssl.a
    

    It's using from system

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      If you want to link your own version of OpenSSL, then no, you don't have a choice.

      By default Qt dynamically loads the library so you might want to take advantage of that.

      What OS are you on ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved