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. How to build Qt 5.3.2 with OpenSSL Linked support on Windows 8.1?
Forum Updated to NodeBB v4.3 + New Features

How to build Qt 5.3.2 with OpenSSL Linked support on Windows 8.1?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 2.1k Views 2 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.
  • F Offline
    F Offline
    frfm
    wrote on last edited by
    #1

    Hello guys,

    I am trying to build Qt 5.3.2 with OpenSSL Linked Support on Windows 8.1 , but I am not geting this. I am following this steps:

    I have installed Win64 OpenSSL v1.0.1j binary package from:

    "http://slproweb.com/products/Win32OpenSSL.html":http://slproweb.com/products/Win32OpenSSL.html

    And I configure Qt this way:

    @configure -static -debug-and-release -no-o
    pengl -platform win32-g++ -openssl-linked OPENSSL_LIBS="-I C:/OpenSSL-Win64 -L C:/OpenSSL-Win64/lib -lssleay32 -llibeay32"@

    But I am getting this following error:

    @In file included from ....\include\QtNetwork\5.3.2\QtNetwork/private/qsslcontex
    t_p.h:1:0,
    from access\qhttpnetworkconnection_p.h:76,
    from access\qhttpnetworkreply.cpp:43:
    ....\include\QtNetwork\5.3.2\QtNetwork/private/../../../../../src/network/ssl/q
    sslcontext_p.h:50:25: fatal error: openssl/ssl.h: No such file or directory
    #include <openssl/ssl.h>@

    Anybody Can help me?

    Thanks in advance.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      supEr
      wrote on last edited by
      #2

      Have same issue :(

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

        Hi and welcome to devnet,

        Try with:

        ./configure -openssl-linked -I C:/OpenSSL-Win64/include -L C:/OpenSSL-Win64/lib

        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
        0

        • Login

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