--- qsampler/trunk/src/qsamplerMainForm.cpp 2020/11/28 14:47:14 3836 +++ qsampler/trunk/src/qsamplerMainForm.cpp 2020/12/01 17:46:41 3837 @@ -2100,7 +2100,11 @@ sText += ""; } sText += "
\n"; - sText += tr("Using") + ": "; + sText += tr("Using: Qt %1").arg(qVersion()); +#if defined(QT_STATIC) + sText += "-static"; +#endif + sText += ", "; sText += ::lscp_client_package(); sText += " "; sText += ::lscp_client_version();