# HG changeset patch # User Chris Cannam # Date 1548944161 0 # Node ID 4add4bf9c40e214455801679aa1df1a18aefeb7b # Parent 3cfb0154a9bca6593fb3419214be0949e571ed18 Add further necessary include dir diff -r 3cfb0154a9bc -r 4add4bf9c40e noconfig.pri --- 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 \