]> granicus.if.org Git - nethack/commitdiff
fixes entry for Qt6 support
authorPatR <rankin@nethack.org>
Thu, 30 Dec 2021 19:06:29 +0000 (11:06 -0800)
committerPatR <rankin@nethack.org>
Thu, 30 Dec 2021 19:06:29 +0000 (11:06 -0800)
I had a minor merge issue when incorporating Ray's Qt6 port from
github.com/chasonr/NetHack/Qt6 but it got resolved.  This still builds
with Qt5 (and that's the only aspect I've been able to test) but is
supposed to work with Qt6 too.  It adds a new hints file for OSX and
someone might need to create a comparable one for linux.  Or maybe
the differences can be folded into the existing hints as conditional.

Closes #525

doc/fixes37.0

index 330f98cece4e3feab073b16ad41b71a57ed8e896..b1771ddb49c5ac254d2a1585f0bf1bc20bafba01 100644 (file)
@@ -1423,6 +1423,8 @@ variable attknum was declared without initialization, and was used in
 check for NULL lua_State before calling lua_close() (pr #616 by argrath)
 use %lu, not %d, in format string in timer_sanity_check() (pr #617 by argrath)
 bad cast making sp_lev chameleon light source (pr #625 by entrez)
+add Ray Chason's adaptation of nethack's Qt5 interface to work with Qt6 (issue
+       #525 followup comment by chasonr)
 
 
 Code Cleanup and Reorganization