diff options
| author | OmniTroid <davidskoland@gmail.com> | 2017-03-25 02:27:17 +0100 |
|---|---|---|
| committer | OmniTroid <davidskoland@gmail.com> | 2017-03-25 02:27:17 +0100 |
| commit | 332d20c858fa300cd5895122a5bc438e99a784d2 (patch) | |
| tree | a4d9dad5134879a0ee088772f1bf5aab8a4ac914 /Attorney_Online_remake.pro | |
| parent | 924d29e46c95aaad47116b5c21f0daf1521fa05a (diff) | |
added aotextarea class and prepared to refactor ooc chats and fix another bug related to hyperlinks
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 5e988c8c..0c9ed9d1 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -43,7 +43,8 @@ SOURCES += main.cpp\ aoblipplayer.cpp \ evidence.cpp \ aoevidencebutton.cpp \ - charselect.cpp + charselect.cpp \ + aotextarea.cpp HEADERS += lobby.h \ aoimage.h \ @@ -68,7 +69,8 @@ HEADERS += lobby.h \ aosfxplayer.h \ aomusicplayer.h \ aoblipplayer.h \ - aoevidencebutton.h + aoevidencebutton.h \ + aotextarea.h unix:LIBS += -L$$PWD -lbass win32:LIBS += "$$PWD/bass.dll" |
