qt6-bb10/src/network
Kai Koehne 8ce93376cd OS X and iOS: Search for openssl libs in .app/Contents/Frameworks
This allows apps to ship their own openssl libraries inside the
application bundle.

The change consists of two parts: First, adding

  <bundle>/Contents/Frameworks

to the alternative search paths. Second, disabling the preemtive
check for libssl.dylib, libcrypto.dylib in the system paths:
The system's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib
will still be picked up as a fallback in the alternative search
paths, but only after .app/Contents/Frameworks have been inspected.

[ChangeLog][QtNetwork][QSsl] On OS X and iOS, openssl dylib's are
picked up from the 'Frameworks' directory of the app bundle.

Change-Id: I982930f4a6cf5e0114c04ecbc87f27e54ba8bb88
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
2014-11-11 13:34:32 +01:00
..
access Reset QNAM's NetworkConfiguration when state changes. 2014-11-05 23:39:18 +01:00
bearer Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
doc update QtBearer NetworkManager backend API 2014-10-21 01:01:06 +02:00
kernel Update license headers and add new license files 2014-09-24 12:26:19 +02:00
socket Fix QLocalServer, create a temp path as small as possible. 2014-10-28 21:30:18 +01:00
ssl OS X and iOS: Search for openssl libs in .app/Contents/Frameworks 2014-11-11 13:34:32 +01:00
network.pro Android: New bearer plugin 2014-07-10 23:09:31 +02:00