mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 03:55:04 +00:00
fix:mac下运行依赖ffmpeg dylib
This commit is contained in:
parent
4b862cf43a
commit
79fd6db1ed
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ macos {
|
|||
APP_ADB.path = Contents/MacOS
|
||||
QMAKE_BUNDLE_DATA += APP_ADB
|
||||
|
||||
APP_FFMPEG.files = $$files($$PWD/../third_party/ffmpeg/lib/*.dylib)
|
||||
APP_FFMPEG.path = Contents/MacOS
|
||||
QMAKE_BUNDLE_DATA += APP_FFMPEG
|
||||
|
||||
# mac application icon
|
||||
ICON = $$PWD/res/QtScrcpy.icns
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue