Skip to content

Commit 3bbedaf

Browse files
committed
Include the qsvgiconengine for Windows builds
Related: #3684, #3700
1 parent 7f85da8 commit 3bbedaf

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/patch/product.wxs.patch

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
diff --git a/installer/windows/product.wxs b/installer/windows/product.wxs
2-
index c040591a..12c3aee8 100644
2+
index c040591a..46d57881 100644
33
--- a/installer/windows/product.wxs
44
+++ b/installer/windows/product.wxs
5-
@@ -63,7 +63,8 @@
5+
@@ -63,7 +63,11 @@
66
<Directory Id="extensions" Name="extensions">
77
<Component><File Source="$(var.SQLitePath)\math.dll" /></Component>
88
<Component><File Source="$(var.SQLitePath)\formats.dll" /></Component>
99
- <Component><File Source="$(var.SQLitePath)\fileio.dll" /></Component>
1010
+ <!-- <Component><File Source="$(var.SQLitePath)\fileio.dll" /></Component> -->
1111
+ <Component><File Source="$(var.SqleanPath)\sqlean.dll" /></Component>
12+
+ </Directory>
13+
+ <Directory Id="iconengines" Name="iconengines">
14+
+ <Component><File Source="$(var.QtPath)\plugins\iconengines\qsvgicon.dll" /></Component>
1215
</Directory>
1316
<Directory Id="imageformats" Name="imageformats">
1417
<Component><File Source="$(var.QtPath)\plugins\imageformats\qgif.dll" /></Component>
15-
@@ -84,6 +85,9 @@
18+
@@ -84,6 +88,9 @@
1619
</Directory>
1720
<Directory Id="licenses" Name="licenses">
1821
<Component><File Source="..\..\LICENSE" /></Component>
@@ -22,7 +25,7 @@ index c040591a..12c3aee8 100644
2225
<Component><File Source="..\..\LICENSE-PLUGINS" /></Component>
2326
</Directory>
2427
<Component><File Source="$(var.QtPath)\bin\Qt5Concurrent.dll" /></Component>
25-
@@ -149,8 +153,11 @@
28+
@@ -149,8 +156,11 @@
2629
<Feature Id="FormatsExtension" Title="Formats" Description="Provide additional field display formats." AllowAdvertise="no">
2730
<ComponentRef Id="formats.dll" />
2831
</Feature>
@@ -35,7 +38,15 @@ index c040591a..12c3aee8 100644
3538
</Feature>
3639
</Feature>
3740

38-
@@ -186,6 +193,9 @@
41+
@@ -169,6 +179,7 @@
42+
<!-- Bearer -->
43+
<ComponentRef Id="qgenericbearer.dll" />
44+
<!-- Plugins -->
45+
+ <ComponentRef Id="qsvgicon.dll" />
46+
<ComponentRef Id="qgif.dll" />
47+
<ComponentRef Id="qicns.dll" />
48+
<ComponentRef Id="qico.dll" />
49+
@@ -186,6 +197,9 @@
3950
<ComponentRef Id="windowsprintersupport.dll" />
4051
<!-- Licenses -->
4152
<ComponentRef Id="LICENSE" />

0 commit comments

Comments
 (0)