diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-10 17:43:19 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-10 17:43:19 +0100 |
| commit | 0fb38b5573773374c17f60f887bf6ccf69c880c9 (patch) | |
| tree | dbb2f1ea450927af1f7339b220743a950e8321d9 /Attorney_Online_remake.pro | |
| parent | 79bf77c925102643f22b686caab97f126a68db15 (diff) | |
trying to add audio implementation
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 97c241f0..1bde5d30 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -37,7 +37,8 @@ SOURCES += main.cpp\ misc_functions.cpp \ aocharmovie.cpp \ aoemotebutton.cpp \ - emotes.cpp + emotes.cpp \ + aosfxplayer.cpp HEADERS += lobby.h \ aoimage.h \ @@ -57,4 +58,8 @@ HEADERS += lobby.h \ aomovie.h \ misc_functions.h \ aocharmovie.h \ - aoemotebutton.h + aoemotebutton.h \ + bass.h \ + aosfxplayer.h + +unix:LIBS += -L/home/omnitroid/lib/bass_linux -lbass |
