There's a different prefix here. Change-Id: Ifda82e19824801b1d903ab6ad40c97428fff236c Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
7 lines
143 B
Prolog
7 lines
143 B
Prolog
SOURCES += main.cpp
|
|
|
|
win32: LIBS += -lOpenAL32
|
|
unix:!mac: LIBS += -lopenal
|
|
mac: LIBS += -framework OpenAL
|
|
mac: DEFINES += HEADER_OPENAL_PREFIX
|