qt6: add 'SvgWidgets' files

Fixes #5419
This commit is contained in:
Christian Prochaska 2025-01-14 14:16:36 +01:00 committed by Christian Helmuth
parent 2ac0a7368c
commit fe18db4d34
4 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
f1114bb5e6cdf5a3dcb071e067d8ef16b05b3e28
695f32b36de504cc9d882cba9c1bb539721939e8

View File

@ -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

View File

@ -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)

View File

@ -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))