Results 1 to 5 of 5

Thread: Distributing applications which use QSslSocket

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: Distributing applications which use QSslSocket

    Get this windows distribution of OpenSSL - http://www.slproweb.com/download/Win...SSL-0_9_8g.exe
    Install it, you will get precompiled .lib files for all the windows compilers today like MSVC, GCC and Borland, the good there is that for each compiler the distribution have static and dinamyc versions of the libs in debug and in release mode, just use the static release libraries and you will not need to ship any kind of .dll's with your application.

  2. #2
    Join Date
    Jan 2007
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Distributing applications which use QSslSocket

    Thanks I'll try with static linking but still I'd prefer dynamic

Similar Threads

  1. Distributing multiple Qt applications?
    By gfunk in forum Qt Programming
    Replies: 5
    Last Post: 23rd August 2007, 18:41

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.