diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-14 15:58:36 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-14 15:58:36 +0100 |
| commit | 47f96cf0a4efe785389db8a3dad16e17976bc46b (patch) | |
| tree | fd261bba50e39d2be898c7d264acd46c44f5b072 /Attorney_Online_remake.pro | |
| parent | 9e5598cbedde4eda5fc3e4bf3efda08da939056c (diff) | |
added emote comments to emote buttons with missing image
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 6938e4de..3e701283 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -41,7 +41,8 @@ SOURCES += main.cpp\ aosfxplayer.cpp \ aomusicplayer.cpp \ aoblipplayer.cpp \ - evidence.cpp + evidence.cpp \ + aoevidencebutton.cpp HEADERS += lobby.h \ aoimage.h \ @@ -65,7 +66,8 @@ HEADERS += lobby.h \ bass.h \ aosfxplayer.h \ aomusicplayer.h \ - aoblipplayer.h + aoblipplayer.h \ + aoevidencebutton.h unix:LIBS += -L/home/omnitroid/Project/Attorney_Online_2/src -lbass win32:LIBS += "$$PWD/bass.dll" |
