Results 1 to 2 of 2

Thread: Build qt 4.8.3 with openssl with VS2012

  1. #1
    Join Date
    Jul 2012
    Posts
    17
    Thanks
    2
    Platforms
    Unix/X11 Windows

    Default Build qt 4.8.3 with openssl with VS2012

    Hi community,

    I builded qt 4.8.3 x86 on Windows 8 x64 with VS2012 (MSVC11) and now I'm trying to add openssl support, these are my configure parameters:
    Qt Code:
    1. -openssl -I D:\Programmierung\C++\OpenSSL-Win32\include -L D:\Programmierung\C++\OpenSSL-Win32\lib -debug-and-release -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-qt3support -no-multimedia -no-ltcg
    To copy to clipboard, switch view to plain text mode 
    OpenSSL support seems to be added, because I can compile with this to check whether its enabled.
    Qt Code:
    1. qDebug() << QSslSocket::supportsSsl();
    To copy to clipboard, switch view to plain text mode 
    But when I start my application, I get this error message.
    The procedure entry point "?supportsSsl@QSslSocket@@SA_NXZ" could not be located in "D:\Programmierung\C++\Qt\Projekte\http\Win32\Debu g\http.exe"
    And I dont know why, I already copied the openssl dll's into my program folder, so this isnt the issue.
    I think I made a mistake at the build, I'm quite sure about the include path -I of openssl.
    But what about the lib -L path, should it point to ...\OpenSSL\lib or lib\VC or lib\VC\static or only to the root of OpenSSL?

  2. #2
    Join Date
    Jul 2012
    Posts
    17
    Thanks
    2
    Platforms
    Unix/X11 Windows

    Default Re: Build qt 4.8.3 with openssl with VS2012

    No one knows how to build qt (now 4.8.4) with openssl and VS2012?

Similar Threads

  1. Use openssl 1.0.0 with Qt 4.8.3 on Mac
    By sfcheng77 in forum Qt Programming
    Replies: 2
    Last Post: 24th November 2012, 00:26
  2. Qt openssl aes lib
    By zgulser in forum Qt Programming
    Replies: 5
    Last Post: 11th July 2012, 12:23
  3. QT and OpenSSL EVP.h
    By TCB13 in forum Newbie
    Replies: 16
    Last Post: 4th September 2011, 20:04
  4. Problem Configure openssl static build
    By moh.gup@gmail.com in forum Installation and Deployment
    Replies: 0
    Last Post: 16th March 2010, 17:28
  5. Get ml.exe to build OpenSSL on VS 2005
    By captchaq in forum General Programming
    Replies: 1
    Last Post: 27th September 2008, 07:43

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.