build: added OpenSSL library to windows package

* this one is required for the HTTPS request of the update check
This commit is contained in:
malte_langkabel
2017-08-08 16:25:28 +02:00
parent 2305a74e6c
commit fc02982acc
4 changed files with 11 additions and 6 deletions
+8 -4
View File
@@ -209,16 +209,20 @@
<File Id='apiMsWinCrtUtility_l1_1_0' Name='api-ms-win-crt-utility-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-utility-l1-1-0.dll' KeyPath='yes' />
</Component>
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
<Component Id='libeay32_dll' Guid='*' Win64="$(var.Win64)">
<File Id='libeay32' Name='libeay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libeay32.dll' KeyPath='yes' />
</Component>
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
</Component>
<Component Id='qtConf' Guid='*' Win64="$(var.Win64)">
<File Id='qt' Name='qt.conf' DiskId='1' Source='$(var.PlatformSourceFolder)/qt.conf' KeyPath='yes' />
</Component>
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
</Component>
<Component Id='vcruntime140_dll' Guid='*' Win64="$(var.Win64)">
+3 -2
View File
@@ -218,9 +218,10 @@
<ComponentRef Id='apiMsWinCrtString_l1_1_0Dll'/>
<ComponentRef Id='apiMsWinCrtTime_l1_1_0Dll'/>
<ComponentRef Id='apiMsWinCrtUtility_l1_1_0Dll'/>
<ComponentRef Id='ucrtbaseDll'/>
<ComponentRef Id='qtConf'/>
<ComponentRef Id='libeay32_dll'/>
<ComponentRef Id='msvcp140_dll'/>
<ComponentRef Id='qtConf'/>
<ComponentRef Id='ucrtbaseDll'/>
<ComponentRef Id='vcruntime140_dll'/>
<ComponentRef Id='QWindowsDll'/>