From 1d989de07fde1e5bef27336ede1497c88fa9249a Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 17 Jul 2019 18:02:32 +0200 Subject: Implemented message window to report compilation errors. Signed-off-by: Pavel Pisa --- qtmips_gui/qtmips_gui.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'qtmips_gui/qtmips_gui.pro') diff --git a/qtmips_gui/qtmips_gui.pro b/qtmips_gui/qtmips_gui.pro index 8e27fe2..0f8cab0 100644 --- a/qtmips_gui/qtmips_gui.pro +++ b/qtmips_gui/qtmips_gui.pro @@ -76,7 +76,10 @@ SOURCES += \ hinttabledelegate.cpp \ coreview/minimux.cpp \ srceditor.cpp \ - highlighter.cpp + highlighter.cpp \ + messagesdock.cpp \ + messagesmodel.cpp \ + messagesview.cpp HEADERS += \ mainwindow.h \ @@ -121,7 +124,10 @@ HEADERS += \ hinttabledelegate.h \ coreview/minimux.h \ srceditor.h \ - highlighter.h + highlighter.h \ + messagesdock.h \ + messagesmodel.h \ + messagesview.h wasm: SOURCES += \ qhtml5file_html5.cpp -- cgit v1.2.3