Comment out rtaudio if not being used

This commit is contained in:
Phil Taylor 2021-06-08 17:50:57 +01:00
parent a519a595b5
commit cd64ea8ea3

View file

@ -97,8 +97,10 @@ CONFIG(debug, release|debug) {
linux:LIBS += -L./ -l$$QCPLIB
macx:LIBS += -framework CoreAudio -framework CoreFoundation -lpthread
!linux:SOURCES += ../qcustomplot/qcustomplot.cpp rtaudio/RTAudio.cpp
!linux:HEADERS += ../qcustomplot/qcustomplot.h rtaudio/RTAUdio.h
#win32:SOURCES += rtaudio/RTAudio.cpp
#win32:HEADERS += rtaudio/RTAUdio.h
!linux:SOURCES += ../qcustomplot/qcustomplot.cpp
!linux:HEADERS += ../qcustomplot/qcustomplot.h
!linux:INCLUDEPATH += ../qcustomplot
INCLUDEPATH += opus-tools/src