Results 1 to 2 of 2

Thread: Static compiling of SSL dependencies

  1. #1
    Join Date
    Nov 2015
    Posts
    4
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows Android

    Post Static compiling of SSL dependencies

    Hi,

    I have a static build of Qt 5.5 but when I statically compile my program that requires ssley32.dll and libey32.dll, these two dlls are still required to be in the same folder as the executable. When I built Qt, I made sure to link to the SSL files: -openssl-linked I -C:\OpenSSL-Win32\include L -C:\OpenSSL-Win32\lib

    But as I said, it still doesn't add the required files to the executable, instead i get the "The program cannot start, "SSLEY32.DLL" could not be found...." error. So what am I doing wrong? I would very much like to not have to distribute these files together with the program itself.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Static compiling of SSL dependencies

    Do you have a static build of OpenSSL?

    Cheers,
    _

Similar Threads

  1. Replies: 1
    Last Post: 18th May 2014, 22:46
  2. Compiling static QT application
    By vinithr in forum Newbie
    Replies: 2
    Last Post: 20th April 2012, 15:53
  3. Replies: 17
    Last Post: 6th May 2010, 20:54
  4. Compiling static application
    By Benjamin in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 23rd December 2008, 12:45
  5. Strange dependencies when compiling on MacOS
    By pir in forum Installation and Deployment
    Replies: 0
    Last Post: 14th November 2006, 14:49

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.