From a8e84e6ea51f9f75c09de0b8712c91bea60ec474 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 16 Feb 2022 00:40:45 +0200 Subject: [PATCH 48/48] Msys2: Clean out Qt6-installer files 'make clean' was not touching qt6 GUI files. See osdn #43875 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 3746f2aade..a6c6af8d5c 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -598,5 +598,6 @@ clean: make GUI=gtk3.22 CLIENT=gtk3.22 clean-build-common clean-install-common clean-installer-common make GUI=sdl2 CLIENT=sdl2 clean-build-common clean-install-common clean-installer-common make GUI=qt5 CLIENT=qt clean-build-common clean-install-common clean-installer-common + make GUI=qt6 CLIENT=qt clean-build-common clean-install-common clean-installer-common make clean-build-ruledit-qt5 clean-install-ruledit-qt5 clean-installer-ruledit-qt5 make clean-build-ruledit-qt6 clean-install-ruledit-qt6 clean-installer-ruledit-qt6 -- 2.34.1