Only in SdPlayer/: .qmake.stash Only in SdPlayer/: Makefile Only in SdPlayer/: SdPlayer.app Only in SdPlayer/: SdPlayer.dmg diff -r -u SdPlayer-orig/SdPlayer.pro SdPlayer/SdPlayer.pro --- SdPlayer-orig/SdPlayer.pro 2014-01-25 18:16:02.000000000 -0500 +++ SdPlayer/SdPlayer.pro 2019-09-01 19:30:04.000000000 -0400 @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui +QT += core widgets TARGET = SdPlayer TEMPLATE = app @@ -55,3 +55,11 @@ !win32 { LIBS += -lvlc } + +# for macos +macx { + INCLUDEPATH += "/Applications/VLC.app/Contents/MacOS/include" + # path to vlc libraries + LIBS += -L"/Applications/VLC.app/Contents/MacOS/lib" + LIBS += -lvlc +} diff -r -u SdPlayer-orig/filetypes.txt SdPlayer/filetypes.txt --- SdPlayer-orig/filetypes.txt 2014-01-24 15:37:14.000000000 -0500 +++ SdPlayer/filetypes.txt 2019-09-01 19:28:30.000000000 -0400 @@ -16,3 +16,4 @@ wma wv xm +m4a diff -r -u SdPlayer-orig/main.cpp SdPlayer/main.cpp --- SdPlayer-orig/main.cpp 2010-10-27 11:59:04.000000000 -0400 +++ SdPlayer/main.cpp 2019-09-01 19:29:14.000000000 -0400 @@ -1,8 +1,9 @@ -#include +#include #include "mainwindow.h" int main(int argc, char *argv[]) { + putenv("VLC_PLUGIN_PATH=/Applications/VLC.app/Contents/MacOS/plugins"); QApplication a(argc, argv); a.setApplicationName("sdplayer"); diff -r -u SdPlayer-orig/mainwindow.ui SdPlayer/mainwindow.ui --- SdPlayer-orig/mainwindow.ui 2014-01-26 23:10:36.000000000 -0500 +++ SdPlayer/mainwindow.ui 2019-09-01 19:28:30.000000000 -0400 @@ -74,14 +74,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40 @@ -102,14 +102,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40 @@ -130,14 +130,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40 @@ -158,14 +158,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40 @@ -186,14 +186,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40 @@ -214,14 +214,14 @@ - 31 - 31 + 40 + 40 - 31 - 31 + 40 + 40