changeset 338:4add4bf9c40e bqaudiostream

Add further necessary include dir
author Chris Cannam
date Thu, 31 Jan 2019 14:16:01 +0000
parents 3cfb0154a9bc
children f5a291b1f541
files noconfig.pri
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/noconfig.pri	Thu Jan 31 14:07:26 2019 +0000
+++ b/noconfig.pri	Thu Jan 31 14:16:01 2019 +0000
@@ -51,7 +51,7 @@
 
     # This config is currently used for 32-bit Windows builds.
 
-    INCLUDEPATH += $$PWD/sv-dependency-builds/win32-mingw/include
+    INCLUDEPATH += $$PWD/sv-dependency-builds/win32-mingw/include $$PWD/sv-dependency-builds/win32-mingw/include/opus
 
     LIBS += -Lrelease -L$$PWD/sv-dependency-builds/win32-mingw/lib
 
@@ -69,7 +69,7 @@
     # we want to do 32-bit builds with MSVC as well, then we'll
     # need to add a way to distinguish the two.
     
-    INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include
+    INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include $$PWD/sv-dependency-builds/win64-msvc/include/opus
 
     CONFIG(release) {
         LIBS += -Lrelease \