#5389 Added qwindows.dll into installer on Windows
This commit is contained in:
parent
9897711967
commit
4ad8621adc
|
@ -9,6 +9,7 @@
|
|||
<?define ExtPath="../../../ext" ?>
|
||||
<?define QtMajor="5" ?>
|
||||
<?define QtPath="C:\Qt\5.6\mingw49_32\bin" ?>
|
||||
<?define QtPlatformPath="C:\Qt\5.6\mingw49_32\plugins\platforms" ?>
|
||||
|
||||
<?ifndef Version ?>
|
||||
<?define Version="1.0.0" ?>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentGroupRef Id="OpenSslComponents" />
|
||||
<ComponentGroupRef Id="PluginsComponents" />
|
||||
<ComponentGroupRef Id="ProductQtPluginComponents" />
|
||||
<MergeRef Id="CRT" />
|
||||
</Feature>
|
||||
|
||||
|
@ -71,6 +72,7 @@
|
|||
<Merge Id="CRT" Language="0" SourceFile="$(var.CRT)" DiskId="1" />
|
||||
<Directory Id="OpenSslDir" Name="OpenSSL" />
|
||||
<Directory Id="PluginsDir" Name="Plugins" />
|
||||
<Directory Id="PlatformsDir" Name="Platforms" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="ProgramMenuFolder" />
|
||||
|
@ -142,6 +144,12 @@
|
|||
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="ProductQtPluginComponents" Directory="PlatformsDir">
|
||||
<Component Id="QtPlatformPlugin" Guid="684EFA14-856B-440E-A5E6-E90E04E36B41">
|
||||
<File Source="$(var.QtPlatformPath)\qwindows.dll" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="OpenSslComponents" Directory="OpenSslDir">
|
||||
<Component Id="OpenSsl" Guid="92648F77-65A6-4B16-AC59-A1F37BD341B1">
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/out32dll/libeay32.dll" Id="OpenSslDll1" />
|
||||
|
|
Loading…
Reference in New Issue