comparison noconfig.pri @ 338:4add4bf9c40e bqaudiostream

Add further necessary include dir
author Chris Cannam
date Thu, 31 Jan 2019 14:16:01 +0000
parents ba3c0e70b5dd
children f5a291b1f541
comparison
equal deleted inserted replaced
337:3cfb0154a9bc 338:4add4bf9c40e
49 49
50 win32-g++ { 50 win32-g++ {
51 51
52 # This config is currently used for 32-bit Windows builds. 52 # This config is currently used for 32-bit Windows builds.
53 53
54 INCLUDEPATH += $$PWD/sv-dependency-builds/win32-mingw/include 54 INCLUDEPATH += $$PWD/sv-dependency-builds/win32-mingw/include $$PWD/sv-dependency-builds/win32-mingw/include/opus
55 55
56 LIBS += -Lrelease -L$$PWD/sv-dependency-builds/win32-mingw/lib 56 LIBS += -Lrelease -L$$PWD/sv-dependency-builds/win32-mingw/lib
57 57
58 DEFINES += NOMINMAX _USE_MATH_DEFINES CAPNP_LITE 58 DEFINES += NOMINMAX _USE_MATH_DEFINES CAPNP_LITE
59 59
67 # This config is actually used only for 64-bit Windows builds. 67 # This config is actually used only for 64-bit Windows builds.
68 # even though the qmake spec is still called win32-msvc*. If 68 # even though the qmake spec is still called win32-msvc*. If
69 # we want to do 32-bit builds with MSVC as well, then we'll 69 # we want to do 32-bit builds with MSVC as well, then we'll
70 # need to add a way to distinguish the two. 70 # need to add a way to distinguish the two.
71 71
72 INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include 72 INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include $$PWD/sv-dependency-builds/win64-msvc/include/opus
73 73
74 CONFIG(release) { 74 CONFIG(release) {
75 LIBS += -Lrelease \ 75 LIBS += -Lrelease \
76 -L$$PWD/sv-dependency-builds/win64-msvc/lib 76 -L$$PWD/sv-dependency-builds/win64-msvc/lib
77 } 77 }