update OSX hints/macosx10.10-qt VARDATND to include nhtiles.bmp

Match it to the linux Qt VARDATND

void NetHackQtWindow::CursorTo(int x,int y UNUSED) { puts("unexpected CursorTo"); }
This commit is contained in:
nhmall
2020-07-17 20:27:32 -04:00
parent f6b4306ce6
commit 4fbc706fe5

View File

@@ -120,7 +120,7 @@ WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config Qt5Gui Qt5Wi
LINK=$(CXX)
WINSRC += $(WINQTSRC)
WINOBJ0 += $(WINQTOBJ)
VARDATND += rip.xpm
VARDATND += nhtiles.bmp rip.xpm nhsplash.xpm pet_mark.xbm pilemark.xbm
MOC = moc
# XXX if /Developer/qt exists and QTDIR not set, use that