iOS: Fix build issues
This also prevents anything meaningful from working, but it is a good starting point. Change-Id: Idaf495ec29f611ee5342c79318bc3ace1d852747 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
6a83c20318
commit
04860b7a37
@@ -39,7 +39,8 @@ SOURCES += \
|
||||
audio/qaudiodecoder.cpp \
|
||||
audio/qaudiohelpers.cpp
|
||||
|
||||
mac {
|
||||
mac:!ios {
|
||||
|
||||
PRIVATE_HEADERS += audio/qaudioinput_mac_p.h \
|
||||
audio/qaudiooutput_mac_p.h \
|
||||
audio/qaudiodeviceinfo_mac_p.h \
|
||||
@@ -49,7 +50,6 @@ mac {
|
||||
audio/qaudiooutput_mac_p.cpp \
|
||||
audio/qaudioinput_mac_p.cpp \
|
||||
audio/qaudio_mac.cpp
|
||||
|
||||
LIBS += -framework ApplicationServices -framework CoreAudio -framework AudioUnit -framework AudioToolbox
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user