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 {
|
||||
HEADERS += windows/sound.h
|
||||
SOURCES += windows/sound.cpp
|
||||
INCLUDEPATH += windows/ASIOSDK2/common \
|
||||
windows/ASIOSDK2/host \
|
||||
windows/ASIOSDK2/host/pc \
|
||||
/libs/celt
|
||||
} else:macx {
|
||||
HEADERS += mac/sound.h
|
||||
SOURCES += mac/sound.cpp
|
||||
|
|
Loading…
Reference in a new issue