From cd64ea8ea3343ca03066aa19eddfb63c439e7b69 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 8 Jun 2021 17:50:57 +0100 Subject: [PATCH] Comment out rtaudio if not being used --- wfview.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wfview.pro b/wfview.pro index 8ebc3ced..17a6b5e5 100644 --- a/wfview.pro +++ b/wfview.pro @@ -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