From d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a Mon Sep 17 00:00:00 2001
From: Kyle Kienapfel <Docteh@users.noreply.github.com>
Date: Thu, 1 Sep 2022 19:27:33 -0700
Subject: [PATCH] qt: Add Qt version to LogRuntimes

---
 src/yuzu/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 26c593fce2..34c10fd72a 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() {
-- 
GitLab