Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt with Openssl
Qt 6.11 is out! See what's new in the release blog

Qt with Openssl

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.7k 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
    brlebtag
    wrote on last edited by
    #1

    hi,

    i am using Qt creator as IDE, in windows.

    i configured already in VS2012 for Openssl and its working ok!

    but how can i configure Qt creator for openssl?

    i typed #include<openssl/crypto.h> Qt creator auto-completed it, so i thought it was working already.

    but when compiling i got this error:

    fatal error: openssl/crypto.h: No such file or directory compilation terminated.

    how can i solve this?

    thx.

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Recheck the includepath in *.pro file, parent directory of openssl/crypto.h must be in list.
      But for binding OpenSSL and Qt, try "QCA":http://delta.affinix.com/qca/

      1 Reply Last reply
      0
      • B Offline
        B Offline
        brlebtag
        wrote on last edited by
        #3

        thx, i'll take a look. but it has to be in openssl. University work...

        1 Reply Last reply
        0

        • Login

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