Skip to content

Commit ff5555f

Browse files
authored
Add QtQuick and QtQml library copying
Added copying of QtQuick and QtQml libraries to the prebuild script.
1 parent bb3a1f0 commit ff5555f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

installer/packages/trik-studio/ru.qreal.root.trik.core/meta/prebuild-mac.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ rsync -a "$BIN_DIR"/{system.js,TRIK.py}
2121
rsync -a "$BIN_DIR"/{2D-model,checkapp} "$BUNDLE_CONTENTS/MacOS/"
2222

2323
copy_qt_lib QtSerialPort
24+
copy_qt_lib QtQuick #TODO: remove
25+
copy_qt_lib QtQml #TODO: remove
2426

2527
arch -x86_64 zsh
2628

0 commit comments

Comments
 (0)