From a310728a2675574cca1dabea18d6f760c1786d15 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Tue, 23 May 2017 13:20:46 +0200 Subject: added aoevidencedisplay class. almost done with evidence --- Attorney_Online_remake.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Attorney_Online_remake.pro') diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index e132277b..3f7e02ed 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -46,7 +46,8 @@ SOURCES += main.cpp\ charselect.cpp \ aotextarea.cpp \ aolineedit.cpp \ - aotextedit.cpp + aotextedit.cpp \ + aoevidencedisplay.cpp HEADERS += lobby.h \ aoimage.h \ @@ -74,7 +75,8 @@ HEADERS += lobby.h \ aoevidencebutton.h \ aotextarea.h \ aolineedit.h \ - aotextedit.h + aotextedit.h \ + aoevidencedisplay.h unix:LIBS += -L$$PWD -lbass win32:LIBS += "$$PWD/bass.dll" -- cgit