Skip to content

Commit

Permalink
Initial macOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirs241097 committed Jun 4, 2019
1 parent 55eb17f commit c9e7fe8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ debian/.debhelper/
debian/thplayer/
debian/tmp/
*.debhelper.log

# sh*tOS
.DS_Store
Binary file added assets/thplayer.icns
Binary file not shown.
4 changes: 4 additions & 0 deletions thplayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ unix {
QMAKE_CXXFLAGS += -std=c++11 -Wall
}

macx {
ICON = assets/thplayer.icns
}

RESOURCES += \
res.qrc
INCLUDEPATH += \
Expand Down

0 comments on commit c9e7fe8

Please sign in to comment.