mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
完善mac支持
This commit is contained in:
parent
4834f4f942
commit
52de87db32
1 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,14 @@ macos {
|
|||
-L$$PWD/../third_party/ffmpeg/lib -lavformat.58 \
|
||||
-L$$PWD/../third_party/ffmpeg/lib -lavutil.56 \
|
||||
-L$$PWD/../third_party/ffmpeg/lib -lswscale.5
|
||||
|
||||
APP_SCRCPY_SERVER.files = $$files($$PWD/../third_party/scrcpy-server.jar)
|
||||
APP_SCRCPY_SERVER.path = Contents/MacOS
|
||||
QMAKE_BUNDLE_DATA += APP_SCRCPY_SERVER
|
||||
|
||||
APP_ADB.files = $$files($$PWD/../third_party/adb/adb)
|
||||
APP_ADB.path = Contents/MacOS
|
||||
QMAKE_BUNDLE_DATA += APP_ADB
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
|
|
Loading…
Add table
Reference in a new issue