We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e2270 commit 9d06c8eCopy full SHA for 9d06c8e
Symphonium.pro
@@ -24,8 +24,8 @@ win32: LIBS += -L$$PWD/'libs/winMM' -lWinMM-x64
24
win32: PRE_TARGETDEPS += $$PWD/'libs/winMM/WinMM-x64.lib'
25
unix:!macx: DEFINES += __LINUX_ALSA__
26
unix:!macx: LIBS += -lm -lasound -pthread
27
-macx: DEFINES += MACOSX_CORE
28
-#macx: LIBS += ??????
+macx: DEFINES += __MACOSX_CORE__
+macx: LIBS += -framework CoreMIDI -framework CoreAudio -framework CoreFoundation
29
30
INCLUDEPATH += libs/
31
0 commit comments