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
Forum Update on Monday, May 27th 2025

Qt with Openssl

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.3k Views
  • 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 29 Jan 2013, 02:03 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 29 Jan 2013, 02:37 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 29 Jan 2013, 11:50 last edited by
        #3

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

        1 Reply Last reply
        0

        1/3

        29 Jan 2013, 02:03

        • Login

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