summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/openal/openal.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.tests/openal/openal.pro b/config.tests/openal/openal.pro
index 28c4b9528..a4a7d1e86 100644
--- a/config.tests/openal/openal.pro
+++ b/config.tests/openal/openal.pro
@@ -1,6 +1,7 @@
SOURCES += main.cpp
win32: LIBS += -lOpenAL32
-unix:!mac: LIBS += -lopenal
+unix:!mac:!blackberry: LIBS += -lopenal
+blackberry: LIBS += -lOpenAL
mac: LIBS += -framework OpenAL
mac: DEFINES += HEADER_OPENAL_PREFIX