Fix compile on Qt 4

This commit is contained in:
Ray Chason
2023-06-04 18:05:09 -04:00
parent f78620efd7
commit 199a76eaaa
2 changed files with 4 additions and 9 deletions

View File

@@ -145,7 +145,9 @@ ifdef WANT_WIN_QT
WINCFLAGS += -DQT_GRAPHICS
WINSRC += $(WINQTSRC)
WINOBJ0 += $(WINQTOBJ)
ifndef WANT_WIN_QT4
SNDCFLAGS += -DSND_LIB_QTSOUND
endif #! WANT_WIN_QT4
HAVE_SNDLIB = 1
NEEDS_SND_USERSOUNDS = 1
NEEDS_SND_SEAUTOMAP = 1