增加mac下程序图标

This commit is contained in:
Barry 2018-11-24 14:05:54 +08:00
commit a0dfc4dbf3
2 changed files with 3 additions and 0 deletions

View file

@ -109,6 +109,9 @@ macos {
APP_ADB.files = $$files($$PWD/../third_party/adb/adb) APP_ADB.files = $$files($$PWD/../third_party/adb/adb)
APP_ADB.path = Contents/MacOS APP_ADB.path = Contents/MacOS
QMAKE_BUNDLE_DATA += APP_ADB QMAKE_BUNDLE_DATA += APP_ADB
# mac application icon
ICON = $$PWD/res/QtScrcpy.icns
} }
RESOURCES += \ RESOURCES += \

BIN
QtScrcpy/res/QtScrcpy.icns Normal file

Binary file not shown.