mirror of
https://github.com/wf-group/wfview
synced 2026-08-13 17:32:59 -04:00
Comment out rtaudio if not being used
This commit is contained in:
parent
a519a595b5
commit
cd64ea8ea3
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue