diff --git a/repos/libports/ports/qt6_api.hash b/repos/libports/ports/qt6_api.hash index 4b85d21dcd..caef29603d 100644 --- a/repos/libports/ports/qt6_api.hash +++ b/repos/libports/ports/qt6_api.hash @@ -1 +1 @@ -f1114bb5e6cdf5a3dcb071e067d8ef16b05b3e28 +695f32b36de504cc9d882cba9c1bb539721939e8 diff --git a/repos/libports/ports/qt6_api.port b/repos/libports/ports/qt6_api.port index 398f4680b0..f25d5756c4 100644 --- a/repos/libports/ports/qt6_api.port +++ b/repos/libports/ports/qt6_api.port @@ -4,5 +4,5 @@ VERSION := 6.6.2 DOWNLOADS := qt6_api.git URL(qt6_api) := https://github.com/cproc/qt6_api.git -REV(qt6_api) := issue5402 +REV(qt6_api) := issue5419 DIR(qt6_api) := src/lib/qt6_api diff --git a/repos/libports/recipes/api/qt6_svg/content.mk b/repos/libports/recipes/api/qt6_svg/content.mk index efa3c3da73..5eb948b85a 100644 --- a/repos/libports/recipes/api/qt6_svg/content.mk +++ b/repos/libports/recipes/api/qt6_svg/content.mk @@ -1,6 +1,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt6_api) -MIRROR_LIB_SYMBOLS := libQt6Svg +MIRROR_LIB_SYMBOLS := libQt6Svg \ + libQt6SvgWidgets content: $(MIRROR_LIB_SYMBOLS) diff --git a/repos/libports/src/qt6/svg/target.mk b/repos/libports/src/qt6/svg/target.mk index be87f80052..cdf29c9fec 100644 --- a/repos/libports/src/qt6/svg/target.mk +++ b/repos/libports/src/qt6/svg/target.mk @@ -11,7 +11,8 @@ QT6_PORT_LIBS = libQt6Core libQt6Gui libQt6Widgets LIBS = qt6_cmake ldso_so_support libc libm egl mesa qt6_component stdcxx -INSTALL_LIBS = lib/libQt6Svg.lib.so +INSTALL_LIBS = lib/libQt6Svg.lib.so \ + lib/libQt6SvgWidgets.lib.so BUILD_ARTIFACTS = $(notdir $(INSTALL_LIBS))