summaryrefslogtreecommitdiff
path: root/config.tests/openal/openal.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/openal/openal.pro')
-rw-r--r--config.tests/openal/openal.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.tests/openal/openal.pro b/config.tests/openal/openal.pro
new file mode 100644
index 000000000..58ce529ed
--- /dev/null
+++ b/config.tests/openal/openal.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += .
+
+SOURCES += main.cpp
+
+win32 {
+ LIBS += -lOpenAL32
+}else {
+ LIBS += -lopenal
+}