Skip to content

Commit 9d06c8e

Browse files
author
ttdm
committed
qmake update to allow osx compilation
1 parent 67e2270 commit 9d06c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Symphonium.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ win32: LIBS += -L$$PWD/'libs/winMM' -lWinMM-x64
2424
win32: PRE_TARGETDEPS += $$PWD/'libs/winMM/WinMM-x64.lib'
2525
unix:!macx: DEFINES += __LINUX_ALSA__
2626
unix:!macx: LIBS += -lm -lasound -pthread
27-
macx: DEFINES += MACOSX_CORE
28-
#macx: LIBS += ??????
27+
macx: DEFINES += __MACOSX_CORE__
28+
macx: LIBS += -framework CoreMIDI -framework CoreAudio -framework CoreFoundation
2929

3030
INCLUDEPATH += libs/
3131

0 commit comments

Comments
 (0)