changeset 6872:67d42de94b0a

Back out changeset: e79b557bce97 Don't skip building Qt6-Qt5Compat for Windows. gnuplot needs it.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 26 Sep 2023 11:14:59 +0200
parents 2c3b02052586
children e7e566396211
files src/qt6.mk
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt6.mk	Mon Sep 25 22:43:50 2023 +0200
+++ b/src/qt6.mk	Tue Sep 26 11:14:59 2023 +0200
@@ -12,7 +12,3 @@
     echo $($(PKG)_VERSION)
 endef
 
-ifeq ($(MXE_WINDOWS_BUILD),yes)
-    # qt6-qt5compat is only required for the POSIX terminal widget
-    $(PKG)_DEPS := $(filter-out qt6-qt5compat,$($(PKG)_DEPS))
-endif