Skip to content

Commit

Permalink
Add libQt5PrintSupport.so to Qt copy libs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Mar 27, 2017
1 parent e6cacdb commit f86ed30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-x86_64/deploy-embedded-ide-standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if true; then
echo "copy qt libs to ${OUTPATH}"
for l in libQt5Core.so libQt5DBus.so libQt5Gui.so libQt5Network.so \
libQt5Svg.so libQt5Widgets.so libQt5XcbQpa.so libQt5Xml.so \
libcc1.so libicudata.so libicui18n.so libicuuc.so
libQt5PrintSupport.so ibcc1.so libicudata.so libicui18n.so libicuuc.so
do
cp -vP ${QTSDK_DIR}/lib/${l}* ${OUTPATH}/lib
done
Expand Down
2 changes: 1 addition & 1 deletion linux-x86_64/deploy-embedded-ide-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if true; then
echo "copy qt libs to ${OUTPATH}"
for l in libQt5Core.so libQt5DBus.so libQt5Gui.so libQt5Network.so \
libQt5Svg.so libQt5Widgets.so libQt5XcbQpa.so libQt5Xml.so \
libcc1.so libicudata.so libicui18n.so libicuuc.so
libQt5PrintSupport.so ibcc1.so libicudata.so libicui18n.so libicuuc.so
do
cp -vP ${QTSDK_DIR}/lib/${l}* ${OUTPATH}/lib
done
Expand Down

0 comments on commit f86ed30

Please sign in to comment.