From d3379cee8a81afaf0f0691d248a399c69025a68f Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <danimo@owncloud.com> Date: Sat, 13 Jun 2015 15:12:40 +0200 Subject: [PATCH] Document -secure-transport parameter in configure Change-Id: Iea658e37b681c54de35307b1e587adf0efd70970 Reviewed-by: Richard J. Moore <rich@kde.org> --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 7251e8e673b..8a4c89ed08d 100755 --- a/configure +++ b/configure @@ -2697,6 +2697,8 @@ MacOS/iOS options: link tools against those frameworks. -no-framework ...... Do not build Qt as a series of frameworks. + -secure-transport .. Use SecureTransport instead of OpenSSL (requires -no-openssl) + -sdk <sdk> ......... Build Qt using Apple provided SDK <sdk>. The argument should be one of the available SDKs as listed by 'xcodebuild -showsdks'. Note that the argument applies only to Qt libraries and applications built -- GitLab