diff build-win32.sh @ 142:36c9cb759326

Implement simple SQLite database backup at program exit using Qt HTTP/HTTPS and a PHP script on the remote server. Needs more work, testing and better error handling.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Aug 2017 15:44:33 +0300
parents a5c8741b8662
children 8b7199f6d658
line wrap: on
line diff
--- a/build-win32.sh	Thu Aug 24 13:16:09 2017 +0300
+++ b/build-win32.sh	Thu Aug 24 15:44:33 2017 +0300
@@ -35,7 +35,7 @@
     do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "sqldrivers" "qsqlite.dll"
     do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "printsupport" "windowsprintersupport.dll"
 
-    for i in Core Gui Sql Widgets PrintSupport; do
+    for i in Core Gui Sql Widgets PrintSupport Network; do
         cp -f "$QT5_BASE/lib/Qt5$i.dll" "$TARGET"
     done