Browse Source

UI: Log compiled & runtime Qt versions

Matt Gajownik 4 years ago
parent
commit
115973b1ed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UI/obs-app.cpp

+ 2 - 0
UI/obs-app.cpp

@@ -1456,6 +1456,8 @@ bool OBSApp::OBSInit()
 	     browserHWAccel ? "true" : "false");
 	     browserHWAccel ? "true" : "false");
 #endif
 #endif
 
 
+	blog(LOG_INFO, "Qt Version: %s (runtime), %s (compiled)", qVersion(),
+	     QT_VERSION_STR);
 	blog(LOG_INFO, "Portable mode: %s", portable_mode ? "true" : "false");
 	blog(LOG_INFO, "Portable mode: %s", portable_mode ? "true" : "false");
 
 
 	setQuitOnLastWindowClosed(false);
 	setQuitOnLastWindowClosed(false);