Results 1 to 17 of 17

Thread: Qssl

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qssl

    Hi,

    Im also facing the similar problem from a couple of days. I want to set openssl support for qt 4.5 on winxp sp2 machine

    I configured as
    configure -openssl -I C:\OpenSSL\include\openssl -L C:\OpenSSL\lib\MinGW -webkit

    then did mingw32-make

    still i get errors when make is done on ssl folder of qt
    meanwhile after configure is done, if i open makefile in C:\Qt\2009.01\qt, it still doest show openssl includes and libs i supplied with configure.

    Im a newbie and im facing this issue for quite some time now.
    Kindly let me know where im getting wrong. I followed the above mentioned steps (previous posts)
    Please provide me exact steps of building qt 4.5 with openssl.

    Thanks,
    Srikanth

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qssl

    try to set path to OpenSSL includes using
    SET INCLUDE=D:\develop\OpenSSL\include;%INCLUDE%
    not using
    configure -openssl -I C:\OpenSSL\include\openssl -L C:\OpenSSL\lib\MinGW
    .
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. Qt4.4 QSsl Won't Compile with MSVC2008
    By Surye in forum Installation and Deployment
    Replies: 2
    Last Post: 9th May 2008, 17:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.