summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-08-29 14:44:24 +0300
committerAndrew Knight <andrew.knight@digia.com>2014-08-29 15:45:17 +0200
commit86f4723e2c77922e0fb886a85ee7b26e5f11438b (patch)
treea9a2344d6cfd598ab3edaa5a5115bc4c56bae327
parent2b63f456fe468ac68b6a1ba75a1fafa9af96adec (diff)
downloadqtenginio-86f4723e2c77922e0fb886a85ee7b26e5f11438b.tar.gz
Enable build for generic ssl configsv1.1.0
A new config variable, ssl, is available on platforms (such as WinRT) which support SSL sockets but do not use OpenSSL. Change-Id: If0300513a071af9e740ed6f0d0e29498962ca927 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
-rw-r--r--qtenginio.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtenginio.pro b/qtenginio.pro
index 300ea20..799f04f 100644
--- a/qtenginio.pro
+++ b/qtenginio.pro
@@ -1,5 +1,5 @@
# iOS does not require OpenSSL and always passes
-!ios:requires(contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked))
+!ios:requires(contains(QT_CONFIG, ssl) | contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked))
lessThan(QT_MAJOR_VERSION, 5): error("The Enginio Qt library only supports Qt 5.")
load(configure)