Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Building Windows version with OpenSSL support

    Installation and Deployment
    2
    5
    6320
    Loading More Posts
    • 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.
    • J
      jdarnold last edited by

      I'm a little unclear on how to build Qt 4.6.3 with OpenSSL support. I'm running from my VS2008 command line window, but I see 'openssl = no' when I run configure. I have openssl installed in c:\openssl. I added c:\openssl\include to the INCLUDE env variable and c:\openssl\lib to LIB, but configure still says openssl = no. Do I need to pass confgure -openssl? Or do I just make and it will figure out where openssl is? As this process takes something like 5+ hrs, I'm hesitant to just try it!

      1 Reply Last reply Reply Quote 0
      • D
        DenisKormalev last edited by

        You should pass additional parameter to configure for openssl support. Don't remember what parameter exactly, but I think you can find it using configure.exe --help

        1 Reply Last reply Reply Quote 0
        • ?
          Guest last edited by

          you can also chk this "link":http://www.rolandli.com/2009/05/22/building-qt-with-openssl

          1 Reply Last reply Reply Quote 0
          • J
            jdarnold last edited by

            thx, that link looks pretty useful.

            1 Reply Last reply Reply Quote 0
            • ?
              Guest last edited by

              if that works, you could add the step by step instructions in a wiki page for other users. will help us all :)

              1 Reply Last reply Reply Quote 0
              • First post
                Last post