UI: Log compiled & runtime Qt versions

This commit is contained in:
Matt Gajownik 2021-08-24 21:53:29 +10:00 committed by Matt Gajownik
parent 6a288b255a
commit 115973b1ed

View File

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