From d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Thu, 1 Sep 2022 19:27:33 -0700 Subject: 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 26c593fce..34c10fd72 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() { -- cgit v1.2.3