summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/platforms/linux.qdoc4
-rw-r--r--doc/src/platforms/windows.qdoc4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index ecd8ef40..0a2204e6 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -724,6 +724,10 @@
above. Do this by adding them to the \c LIBS variable in your
project file.
+ From Qt version 5.2 onwards, the officially supported version for
+ OpenSSL is 1.0.0 or later. Versions >= 0.9.7 and < 1.0.0 might work,
+ but are not guaranteed to.
+
\section2 Qt Plugins
All Qt GUI applications require a plugin that implements the \l {Qt
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 1599aff8..d814765c 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -932,6 +932,10 @@
When looking at the plugin DLLs the exact same dependencies
are listed.
+ From Qt version 5.2 onwards, the officially supported version
+ for OpenSSL is 1.0.0 or later. Versions >= 0.9.7 and < 1.0.0 might
+ work, but are not guaranteed to.
+
\section2 Qt Plugins
All Qt GUI applications require a plugin that implements the \l {Qt