diff main/main.cpp @ 2448:119588c42772

Generate the WXS files from templated inputs, substituting in the version and redistributable paths; also include OpenSSL libraries in the package, fixing #1895 Windows build fails to open https locations
author Chris Cannam
date Tue, 14 Jan 2020 13:23:04 +0000
parents 59b7fa58c0af
children 74d73990ac1d
line wrap: on
line diff
--- a/main/main.cpp	Fri Jan 10 15:06:09 2020 +0000
+++ b/main/main.cpp	Tue Jan 14 13:23:04 2020 +0000
@@ -43,6 +43,7 @@
 #include <QPainter>
 #include <QFileOpenEvent>
 #include <QCommandLineParser>
+#include <QSslSocket>
 
 #include <iostream>
 #include <signal.h>
@@ -389,6 +390,10 @@
 
     StoreStartupLocale();
 
+    SVDEBUG << "Note: SSL library build version is: "
+            << QSslSocket::sslLibraryBuildVersionString()
+            << endl;
+    
     // Make known-plugins query as early as possible after showing
     // splash screen.
     PluginScan::getInstance()->scan();