Skip to content
Snippets Groups Projects
Commit d23a35df authored by Kyle Kienapfel's avatar Kyle Kienapfel
Browse files

qt: Add Qt version to LogRuntimes

parent ad3ee5c5
No related branches found
No related tags found
No related merge requests found
...@@ -235,6 +235,7 @@ static void LogRuntimes() { ...@@ -235,6 +235,7 @@ static void LogRuntimes() {
LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name); LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name);
} }
#endif #endif
LOG_INFO(Frontend, "Qt Compile: {} Runtime: {}", QT_VERSION_STR, qVersion());
} }
static QString PrettyProductName() { static QString PrettyProductName() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment