Skip to content

Commit

Permalink
Add missing libQt5Concurrent.so
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Jul 1, 2024
1 parent bfaaf60 commit d9b4bbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rsync -a "$BIN_DIR"/libtrikPythonQt{,_QtAll}-Qt*-Python*.so*

rsync -a "$BIN_DIR"/libtrik*.so* "$PWD"/../data/lib/
rsync -a "$QT_LIB"/libQt5SerialPort.so* "$PWD"/../data/lib/
rsync -a "$QT_LIB"/libQt5Concurrent.so* "$PWD"/../data/lib/

rsync -a "$BIN_DIR"/{system.js,TRIK.py,2D-model,checkapp} "$PWD/../data/bin/"

Expand Down

0 comments on commit d9b4bbe

Please sign in to comment.