Do not enable SSL autodetection for WinRT
Otherwise build will be broken due to no support for it. Change-Id: If5ccd7fbcf8340600c5b12081ac4f7e2c6b420fd Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>bb10
parent
326e9c8962
commit
fa2f92c9e9
|
|
@ -1604,7 +1604,7 @@ void Configure::applySpecSpecifics()
|
|||
dictionary[ "OPENGL" ] = "yes";
|
||||
dictionary[ "OPENGL_ES_2" ] = "yes";
|
||||
dictionary[ "OPENVG" ] = "no";
|
||||
dictionary[ "OPENSSL" ] = "auto";
|
||||
dictionary[ "OPENSSL" ] = "no";
|
||||
dictionary[ "DBUS" ] = "no";
|
||||
dictionary[ "ZLIB" ] = "qt";
|
||||
dictionary[ "PCRE" ] = "qt";
|
||||
|
|
|
|||
Loading…
Reference in New Issue