added some include directories for Windows
This commit is contained in:
parent
0dae88285a
commit
a1ff21b8e8
1 changed files with 214 additions and 210 deletions
|
@ -15,6 +15,10 @@ DEFINES += USE_ALLOCA \
|
||||||
win32 {
|
win32 {
|
||||||
HEADERS += windows/sound.h
|
HEADERS += windows/sound.h
|
||||||
SOURCES += windows/sound.cpp
|
SOURCES += windows/sound.cpp
|
||||||
|
INCLUDEPATH += windows/ASIOSDK2/common \
|
||||||
|
windows/ASIOSDK2/host \
|
||||||
|
windows/ASIOSDK2/host/pc \
|
||||||
|
/libs/celt
|
||||||
} else:macx {
|
} else:macx {
|
||||||
HEADERS += mac/sound.h
|
HEADERS += mac/sound.h
|
||||||
SOURCES += mac/sound.cpp
|
SOURCES += mac/sound.cpp
|
||||||
|
|
Loading…
Reference in a new issue