From e7218bada7b8297eddc2934259633fe69894bc23 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 18 Aug 2026 01:24:42 +0300
Subject: [PATCH 29/29] meson-build_all_installers.sh: Don't build Qt6x
 installer

See RM #2147

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 .../installer_cross/meson-build_all_installers.sh      | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/platforms/windows/installer_cross/meson-build_all_installers.sh b/platforms/windows/installer_cross/meson-build_all_installers.sh
index f5a733eee0..abf094ae8a 100755
--- a/platforms/windows/installer_cross/meson-build_all_installers.sh
+++ b/platforms/windows/installer_cross/meson-build_all_installers.sh
@@ -76,15 +76,6 @@ else
   QT6="Success"
 fi
 
-if test "${CROSSER_QT6}" != "yes" ; then
-  QT7="N/A"
-elif ! ./meson-installer_build.sh "${DLLSPATH}" qt6x ; then
-  RET=1
-  QT7="Fail"
-else
-  QT7="Success"
-fi
-
 # sdl2-client comes with gtk4 modpack installer
 if test "${CROSSER_GTK4}" != "yes" ; then
   SDL2="N/A"
@@ -107,7 +98,6 @@ fi
 echo "Gtk3.22: ${GTK322}"
 echo "Gtk4:    ${GTK4}"
 echo "Qt6:     ${QT6}"
-echo "Qt6x:    ${QT7}"
 echo "Sdl2:    ${SDL2}"
 echo "Ruledit: ${RULEDIT}"
 
-- 
2.53.0

