qt: Add Qt version to LogRuntimes

This commit is contained in:
Kyle Kienapfel 2022-09-01 19:27:33 -07:00
parent ad3ee5c52b
commit d23a35dfbd
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ static void LogRuntimes() {
LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name);
}
#endif
LOG_INFO(Frontend, "Qt Compile: {} Runtime: {}", QT_VERSION_STR, qVersion());
}
static QString PrettyProductName() {