vcpkg/ports/qt5-svg/portfile.cmake
2023-05-24 11:57:11 -07:00

7 lines
251 B
CMake

include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
qt_submodule_installation(
PATCHES
"CVE-2023-32573-qtsvg-5.15.diff" # CVE fix from https://download.qt.io/official_releases/qt/5.15/
"static_svg_link_fix.patch"
)