From 4fadc7c96f9ccae2f26e901704c3a112dc5d27a0 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 3 Jun 2026 10:53:02 +0300 Subject: [PATCH] Fix qt compile Some recent Makefile hints reorg messed with the Qt compile, it needs to be linked tiles --- sys/unix/hints/linux.500 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/unix/hints/linux.500 b/sys/unix/hints/linux.500 index dd2a2c3e3..2823d2fad 100755 --- a/sys/unix/hints/linux.500 +++ b/sys/unix/hints/linux.500 @@ -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)