|
8 | 8 | <?define VCVER = "142" ?> |
9 | 9 | <?endif?> |
10 | 10 |
|
11 | | -<?if $(sys.BUILDARCH) = x64 ?> |
12 | | - <?define ssl_suffix = "-x64" ?> |
13 | | -<?else?> |
| 11 | +<?if $(sys.BUILDARCH) = x86 ?> |
14 | 12 | <?define ssl_suffix = "" ?> |
| 13 | +<?else?> |
| 14 | + <?define ssl_suffix = "-$(sys.BUILDARCH)" ?> |
15 | 15 | <?endif?> |
16 | 16 |
|
17 | 17 | <?if $(var.qt_suffix) = "d" ?> |
|
85 | 85 | <File Source="$(var.qt_path)\Qt6Network$(var.qt_suffix).dll" /> |
86 | 86 | <File Source="$(var.qt_path)\Qt6Svg$(var.qt_suffix).dll" /> |
87 | 87 | <File Source="$(var.qt_path)\Qt6Widgets$(var.qt_suffix).dll" /> |
| 88 | + <File Source="$(var.qt_path)\Qt6SvgWidgets$(var.qt_suffix).dll" /> |
| 89 | +<?if $(sys.BUILDARCH) != arm64 ?> |
88 | 90 | <File Source="$(var.qt_path)\D3DCompiler_47.dll" /> |
89 | 91 | <File Source="$(var.qt_path)\opengl32sw.dll" /> |
90 | | - <File Source="$(var.qt_path)\Qt6SvgWidgets$(var.qt_suffix).dll" /> |
91 | | - <Directory Id="platforms" Name="platforms"> |
92 | | - <File Source="$(var.qt_path)\..\plugins\platforms\qwindows$(var.qt_suffix).dll" /> |
93 | | - </Directory> |
94 | | - <Directory Id="styles" Name="styles"> |
95 | | - <File Source="$(var.qt_path)\..\plugins\styles\qmodernwindowsstyle$(var.qt_suffix).dll" /> |
96 | | - </Directory> |
97 | | - <Directory Id="imageformats" Name="imageformats"> |
98 | | - <File Source="$(var.qt_path)\..\plugins\imageformats\qsvg$(var.qt_suffix).dll" /> |
99 | | - </Directory> |
100 | | - <Directory Id="tls" Name="tls"> |
101 | | - <File Source="$(var.qt_path)\..\plugins\tls\qopensslbackend$(var.qt_suffix).dll" /> |
102 | | - </Directory> |
| 92 | +<?endif?> |
| 93 | + <File Subdirectory="platforms" Source="$(var.qt_path)\..\plugins\platforms\qwindows$(var.qt_suffix).dll" /> |
| 94 | + <File Subdirectory="styles" Source="$(var.qt_path)\..\plugins\styles\qmodernwindowsstyle$(var.qt_suffix).dll" /> |
| 95 | + <File Subdirectory="imageformats" Source="$(var.qt_path)\..\plugins\imageformats\qsvg$(var.qt_suffix).dll" /> |
| 96 | + <File Subdirectory="tls" Source="$(var.qt_path)\..\plugins\tls\qopensslbackend$(var.qt_suffix).dll" /> |
103 | 97 | <?endif?> |
104 | 98 | <Component Id="ChromeEdge" Transitive="yes" Condition="(CHROMEINSTALL = 1 OR EDGEINSTALL = 1)"> |
105 | 99 | <File Source="$(var.json)" /> |
|
0 commit comments