Skip to content

Commit

Permalink
qt6: add 'SvgWidgets' files
Browse files Browse the repository at this point in the history
Fixes #5419
  • Loading branch information
cproc authored and chelmuth committed Jan 14, 2025
1 parent 891cc5b commit 311c7a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion repos/libports/ports/qt6_api.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1114bb5e6cdf5a3dcb071e067d8ef16b05b3e28
695f32b36de504cc9d882cba9c1bb539721939e8
2 changes: 1 addition & 1 deletion repos/libports/ports/qt6_api.port
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion repos/libports/recipes/api/qt6_svg/content.mk
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion repos/libports/src/qt6/svg/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 311c7a8

Please sign in to comment.