Signed-off-by: Michael Schuster <michael@schuster.ms>
stream << "Git revision " << GIT_SHA1 << endl;
#endif
stream << "Using Qt " << qVersion() << ", built against Qt " << QT_VERSION_STR << endl;
+ stream << "Using Qt platform plugin '" << QGuiApplication::platformName() << "'" << endl;
stream << "Using '" << QSslSocket::sslLibraryVersionString() << "'" << endl;
+ stream << "Running on " << Utility::platformName() << ", " << QSysInfo::currentCpuArchitecture() << endl;
return helpText;
}