early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,2 @@
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
qt_submodule_installation(PATCHES "static_svg_link_fix.patch")

View File

@@ -0,0 +1,24 @@
diff --git a/src/plugins/iconengines/svgiconengine/svgiconengine.pro b/src/plugins/iconengines/svgiconengine/svgiconengine.pro
index bfc739fa8..c0df08194 100644
--- a/src/plugins/iconengines/svgiconengine/svgiconengine.pro
+++ b/src/plugins/iconengines/svgiconengine/svgiconengine.pro
@@ -8,6 +8,6 @@ OTHER_FILES += qsvgiconengine-nocompress.json
QT += svg core-private gui-private
PLUGIN_TYPE = iconengines
-PLUGIN_EXTENDS = svg
+PLUGIN_EXTENDS = gui
PLUGIN_CLASS_NAME = QSvgIconPlugin
load(qt_plugin)
diff --git a/src/plugins/imageformats/svg/svg.pro b/src/plugins/imageformats/svg/svg.pro
index 9db6a9ab0..dcfc4b555 100644
--- a/src/plugins/imageformats/svg/svg.pro
+++ b/src/plugins/imageformats/svg/svg.pro
@@ -6,6 +6,6 @@ SOURCES += main.cpp \
QT += svg
PLUGIN_TYPE = imageformats
-PLUGIN_EXTENDS = svg
+PLUGIN_EXTENDS = gui
PLUGIN_CLASS_NAME = QSvgPlugin
load(qt_plugin)

12
externals/vcpkg/ports/qt5-svg/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,12 @@
{
"name": "qt5-svg",
"version": "5.15.4",
"description": "Qt5 SVG Module - provides classes for displaying the contents of SVG files",
"license": null,
"dependencies": [
{
"name": "qt5-base",
"default-features": false
}
]
}