Use the more detailed version info on Qt

This commit is contained in:
nhmall
2020-08-05 08:49:58 -04:00
parent a6fc14a2cc
commit e426f99d25

View File

@@ -470,7 +470,7 @@ aboutMsg()
#else
5, // Qt version macro should exist; if not, assume Qt5
#endif
version_string(vbuf), /* nethack version */
getversionstring(vbuf), /* nethack version */
#ifdef QT_VERSION_STR
" with Qt " QT_VERSION_STR,
#else