Add AudioEngine with new implementation
Change-Id: I5eebe662ecbce9814ed3e763db56df9be737d11f Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
11
config.tests/openal/openal.pro
Normal file
11
config.tests/openal/openal.pro
Normal file
@@ -0,0 +1,11 @@
|
||||
TEMPLATE = app
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
win32 {
|
||||
LIBS += -lOpenAL32
|
||||
}else {
|
||||
LIBS += -lopenal
|
||||
}
|
||||
Reference in New Issue
Block a user