diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 26c593fce2553eaad436fb77979632da3ba461cb..34c10fd72aa822663b24316fdc9b1eb1f9d3b31e 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -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() {