comparison build-win32.sh @ 114:a5c8741b8662

Initial prototype support for printing list of users + print preview dialog. Has some issues currently.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Jul 2017 12:48:55 +0300
parents cde3d200967c
children 36c9cb759326
comparison
equal deleted inserted replaced
113:907f2ddf6801 114:a5c8741b8662
31 31
32 echo "Installing to '$TARGET' ..." 32 echo "Installing to '$TARGET' ..."
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 37
37 for i in Core Gui Sql Widgets; do 38 for i in Core Gui Sql Widgets PrintSupport; do
38 cp -f "$QT5_BASE/lib/Qt5$i.dll" "$TARGET" 39 cp -f "$QT5_BASE/lib/Qt5$i.dll" "$TARGET"
39 done 40 done
40 41
41 for i in libstdc++-6 libgcc_s_sjlj-1; do 42 for i in libstdc++-6 libgcc_s_sjlj-1; do
42 cp -f "$MINGWPATH/$i.dll" "$TARGET" 43 cp -f "$MINGWPATH/$i.dll" "$TARGET"