mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Build OSX client without PortAudio.
This commit is contained in:
parent
9d78c54d56
commit
01a47704d3
@ -136,14 +136,18 @@ unix {
|
||||
QMAKE_INFO_PLIST = mumble.plist
|
||||
QMAKE_PKGINFO_TYPEINFO = MBLE
|
||||
|
||||
LIBS *= -framework Security
|
||||
LIBS += -framework Security
|
||||
|
||||
HEADERS *= GlobalShortcut_macx.h ConfigDialogDelegate.h
|
||||
SOURCES *= TextToSpeech_macx.cpp Overlay_unix.cpp GlobalShortcut_macx.cpp os_macx.cpp
|
||||
SOURCES -= ConfigDialog.cpp
|
||||
SOURCES += ConfigDialog.mm ConfigDialogDelegate.mm
|
||||
|
||||
# AudioQueue
|
||||
# CoreAudio
|
||||
!isEmpty(HAVE_PORTAUDIO) {
|
||||
CONFIG -= portaudio
|
||||
}
|
||||
LIBS += -framework CoreAudio -framework AudioUnit -framework AudioToolbox
|
||||
SOURCES += CoreAudio.cpp
|
||||
HEADERS += CoreAudio.h
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user