mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
8c7e8df015
* [cgns] update to 4.2.0 * [vtk-m] update to 1.6.0 * [vtk] Update to 9.0.1-pv5.9.1 - VTK update to match release version of ParaView * [ParaView] Update to 5.9.1 * version stuff * fix automatic svg linkage in static builds * update qt5-svg * revisit vtk - fix build with vtk-m 1.6 - remove unused patches - remove comments * bump version * remove two commented lines * version stuff * remove old PR version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
890 B
Diff
25 lines
890 B
Diff
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)
|