changeset 2527:e499ec4a32c9

Another old-build fix
author Chris Cannam
date Wed, 29 Apr 2020 15:28:00 +0100
parents 0ad8385ea72f
children 84ddd274fcc0
files main/main.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/main.cpp	Wed Apr 29 15:27:53 2020 +0100
+++ b/main/main.cpp	Wed Apr 29 15:28:00 2020 +0100
@@ -431,9 +431,11 @@
 
     StoreStartupLocale();
 
+#if (QT_VERSION >= 0x050400)
     SVDEBUG << "Note: SSL library build version is: "
             << QSslSocket::sslLibraryBuildVersionString()
             << endl;
+#endif
     
     // Make known-plugins query as early as possible after showing
     // splash screen.