Fix "The network is not accessible" error

Commit 7394640 added a workaround for a bug in QNetworkAccessManager about a year ago but the required DLL "qgenericbearer.dll" for it wasn't included with the build which was causing "The network is not accessible" error.

The required file is now included till the bug is fixed and probably
 should be removed when it is no longer needed.

See https://bugreports.qt.io/browse/QTBUG-40332

See also #1592.
This commit is contained in:
Karim ElDeeb
2018-11-24 17:24:44 +02:00
parent bd2cd99f2d
commit 9c0ccc3cb1

View File

@@ -62,6 +62,9 @@
<Component><File Source="$(var.QtPath)\plugins\styles\qwindowsvistastyle.dll" /></Component>
</Directory>
<?endif?>
<Directory Id="bearer" Name="bearer">
<Component><File Source="$(var.QtPath)\plugins\bearer\qgenericbearer.dll" /></Component>
</Directory>
<Directory Id="imageformats" Name="imageformats">
<Component><File Source="$(var.QtPath)\plugins\imageformats\qgif.dll" /></Component>
<Component><File Source="$(var.QtPath)\plugins\imageformats\qicns.dll" /></Component>
@@ -131,6 +134,8 @@
</Feature>
</Feature>
<!-- Bearer -->
<ComponentRef Id="qgenericbearer.dll" />
<!-- Plugins -->
<ComponentRef Id="qgif.dll" />
<ComponentRef Id="qicns.dll" />