diff --git a/.gitignore b/.gitignore index e074123..f3d9498 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ debian/.debhelper/ debian/thplayer/ debian/tmp/ *.debhelper.log + +# sh*tOS +.DS_Store diff --git a/assets/thplayer.icns b/assets/thplayer.icns new file mode 100644 index 0000000..98857f5 Binary files /dev/null and b/assets/thplayer.icns differ diff --git a/thplayer.pro b/thplayer.pro index 499df23..b52d01e 100644 --- a/thplayer.pro +++ b/thplayer.pro @@ -79,6 +79,10 @@ unix { QMAKE_CXXFLAGS += -std=c++11 -Wall } +macx { + ICON = assets/thplayer.icns +} + RESOURCES += \ res.qrc INCLUDEPATH += \