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_asm/qtmips_asm.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtmips_asm/qtmips_asm.pro') diff --git a/qtmips_asm/qtmips_asm.pro b/qtmips_asm/qtmips_asm.pro index 20b988f..d096961 100644 --- a/qtmips_asm/qtmips_asm.pro +++ b/qtmips_asm/qtmips_asm.pro @@ -17,4 +17,5 @@ SOURCES += \ fixmatheval.cpp HEADERS += \ - fixmatheval.h + fixmatheval.h \ + messagetype.h -- cgit v1.2.3