comparison 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
comparison
equal deleted inserted replaced
141:d0943d41f391 142:36c9cb759326
33 33
34 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "platforms" "qwindows.dll" 34 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "platforms" "qwindows.dll"
35 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "sqldrivers" "qsqlite.dll" 35 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "sqldrivers" "qsqlite.dll"
36 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "printsupport" "windowsprintersupport.dll" 36 do_cpinstall "$QT5_BASE/plugins/" "$TARGET" "printsupport" "windowsprintersupport.dll"
37 37
38 for i in Core Gui Sql Widgets PrintSupport; do 38 for i in Core Gui Sql Widgets PrintSupport Network; do
39 cp -f "$QT5_BASE/lib/Qt5$i.dll" "$TARGET" 39 cp -f "$QT5_BASE/lib/Qt5$i.dll" "$TARGET"
40 done 40 done
41 41
42 for i in libstdc++-6 libgcc_s_sjlj-1; do 42 for i in libstdc++-6 libgcc_s_sjlj-1; do
43 cp -f "$MINGWPATH/$i.dll" "$TARGET" 43 cp -f "$MINGWPATH/$i.dll" "$TARGET"