diff --git a/QtScrcpy/QtScrcpy.pro b/QtScrcpy/QtScrcpy.pro index 3f87cd8..d3468c5 100644 --- a/QtScrcpy/QtScrcpy.pro +++ b/QtScrcpy/QtScrcpy.pro @@ -109,6 +109,9 @@ macos { APP_ADB.files = $$files($$PWD/../third_party/adb/adb) APP_ADB.path = Contents/MacOS QMAKE_BUNDLE_DATA += APP_ADB + + # mac application icon + ICON = $$PWD/res/QtScrcpy.icns } RESOURCES += \ diff --git a/QtScrcpy/res/QtScrcpy.icns b/QtScrcpy/res/QtScrcpy.icns new file mode 100644 index 0000000..40386e2 Binary files /dev/null and b/QtScrcpy/res/QtScrcpy.icns differ