aboutsummaryrefslogtreecommitdiff
path: root/qtmips_asm/qtmips_asm.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 18:02:32 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 18:02:32 +0200
commit1d989de07fde1e5bef27336ede1497c88fa9249a (patch)
tree9b940f2b478520f13a204b67e2da861a72d1c0dc /qtmips_asm/qtmips_asm.pro
parent54ac86405049364df763e8ce002cf7aed4b69bed (diff)
downloadqtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.tar.gz
qtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.tar.bz2
qtmips-1d989de07fde1e5bef27336ede1497c88fa9249a.zip
Implemented message window to report compilation errors.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_asm/qtmips_asm.pro')
-rw-r--r--qtmips_asm/qtmips_asm.pro3
1 files changed, 2 insertions, 1 deletions
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