Skip to content

Commit e497dc4

Browse files
committed
Update gamepad for macOS
1 parent 777e6d4 commit e497dc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

installer/packages/qreal-base/ru.qreal.root/meta/prebuild-mac.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,27 @@ copy_qt_lib QtConcurrent
8383
mkdir "$BUNDLE_CONTENTS/MacOS/platforms"
8484
mkdir "$BUNDLE_CONTENTS/MacOS/imageformats"
8585
mkdir "$BUNDLE_CONTENTS/MacOS/iconengines"
86+
mkdir "$BUNDLE_CONTENTS/MacOS/mediaservice"
8687

8788
rsync -a "$QT_PLUGINS"/platforms/libq{cocoa,minimal,offscreen}.dylib "$BUNDLE_CONTENTS/MacOS/platforms"
8889
rsync -a "$QT_PLUGINS"/imageformats/libqsvg.dylib "$BUNDLE_CONTENTS/MacOS/imageformats"
8990
rsync -a "$QT_PLUGINS"/imageformats/libqjpeg.dylib "$BUNDLE_CONTENTS/MacOS/imageformats"
9091
rsync -a "$QT_PLUGINS"/iconengines/libqsvgicon.dylib "$BUNDLE_CONTENTS/MacOS/iconengines"
92+
rsync -a "$QT_PLUGINS"/mediaservice/libqavfmediaservice.dylib "$BUNDLE_CONTENTS/MacOS/mediaservice"
9193

9294
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/platforms/libqminimal.dylib" "$QT_LIB/lib" "$LIB_PATH"
9395
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/platforms/libqoffscreen.dylib" "$QT_LIB/lib" "$LIB_PATH"
9496
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/platforms/libqcocoa.dylib" "$QT_LIB/lib" "$LIB_PATH"
9597
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/imageformats/libqsvg.dylib" "$QT_LIB/lib" "$LIB_PATH"
9698
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/imageformats/libqjpeg.dylib" "$QT_LIB/lib" "$LIB_PATH"
9799
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/iconengines/libqsvgicon.dylib" "$QT_LIB/lib" "$LIB_PATH"
100+
fix_qreal_dependencies "$BUNDLE_CONTENTS/MacOS/iconengines/libqavfmediaservice.dylib" "$QT_LIB/lib" "$LIB_PATH"
98101

99102
# Cleaning up prebuild-common.sh results…
100103
rm -rf "$PWD"/../data/platforms/
101104
rm -rf "$PWD"/../data/imageformats/
102105
rm -rf "$PWD"/../data/iconengines/
106+
rm -rf "$PWD"/../data/mediaservice/
103107
rm -rf "$PWD"/../data/plugins/
104108
mv "$PWD/../data/acknowledgements.txt" "$BUNDLE_CONTENTS/Resources"
105109
mv "$PWD/../data/changelog.txt" "$BUNDLE_CONTENTS/Resources"

0 commit comments

Comments
 (0)