mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user