Skip to content

Commit

Permalink
Add libQtConcurrent.so to Qt lib dependecies
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Apr 5, 2017
1 parent 9f67c95 commit e9bd4a3
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 @@ -40,7 +40,7 @@ if true; then
mkdir -p ${OUTPATH}/lib
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 \
libQt5Svg.so libQt5Widgets.so libQt5XcbQpa.so libQt5Xml.so libQt5Concurrent.so \
libQt5PrintSupport.so ibcc1.so libicudata.so libicui18n.so libicuuc.so
do
cp -vP ${QTSDK_DIR}/lib/${l}* ${OUTPATH}/lib
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 @@ -104,7 +104,7 @@ if true; then
mkdir -p ${OUTPATH}/lib
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 \
libQt5Svg.so libQt5Widgets.so libQt5XcbQpa.so libQt5Xml.so libQt5Concurrent.so \
libQt5PrintSupport.so ibcc1.so libicudata.so libicui18n.so libicuuc.so
do
cp -vP ${QTSDK_DIR}/lib/${l}* ${OUTPATH}/lib
Expand Down

0 comments on commit e9bd4a3

Please sign in to comment.