Fix qt compile

Some recent Makefile hints reorg messed with the Qt compile,
it needs to be linked tiles
This commit is contained in:
Pasi Kallinen
2026-06-03 10:54:16 +03:00
parent 0aba284106
commit 4fadc7c96f
+3
View File
@@ -412,6 +412,9 @@ endif # WANT_WIN_X11
ifdef WANT_WIN_QT
LINK = $(CXX)
ifndef CROSSCOMPILE
GENTILEOFILE = $(SRCDIR)/tile.o
endif
ifdef WANT_WIN_QT4
QTCXXFLAGS += $(sort $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config QtGui --cflags)) -DQT_NO_SOUND=1
WINLIB += $(shell PKG_CONFIG_PATH=$(QTDIR)/lib/pkgconfig pkg-config QtGui --libs)