summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/src/sound/sound_linux.pri
diff options
context:
space:
mode:
Diffstat (limited to 'chicken-wranglers/src/sound/sound_linux.pri')
-rw-r--r--chicken-wranglers/src/sound/sound_linux.pri9
1 files changed, 9 insertions, 0 deletions
diff --git a/chicken-wranglers/src/sound/sound_linux.pri b/chicken-wranglers/src/sound/sound_linux.pri
new file mode 100644
index 0000000..cfbfb58
--- /dev/null
+++ b/chicken-wranglers/src/sound/sound_linux.pri
@@ -0,0 +1,9 @@
+PATH = $$PWD
+
+HEADERS += \
+ $$PATH/soundmanager.h \
+ $$PATH/sound_linux.h
+
+SOURCES += \
+ $$PATH/soundmanager.cpp \
+ $$PATH/sound_linux.cpp