summaryrefslogtreecommitdiffstats
path: root/src/tools/cc5x
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cc5x')
-rw-r--r--src/tools/cc5x/cc5x_compile.cpp2
-rw-r--r--src/tools/cc5x/gui/cc5x_ui.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/cc5x/cc5x_compile.cpp b/src/tools/cc5x/cc5x_compile.cpp
index fb17755..0e9ce78 100644
--- a/src/tools/cc5x/cc5x_compile.cpp
+++ b/src/tools/cc5x/cc5x_compile.cpp
@@ -35,3 +35,5 @@ TQString CC5X::CompileFile::outputFiles() const
{
return "PURL::Lst PURL::AsmGPAsm PURL::Hex PURL::Cod occ";
}
+
+#include "cc5x_compile.moc"
diff --git a/src/tools/cc5x/gui/cc5x_ui.cpp b/src/tools/cc5x/gui/cc5x_ui.cpp
index b35e6af..d1143a4 100644
--- a/src/tools/cc5x/gui/cc5x_ui.cpp
+++ b/src/tools/cc5x/gui/cc5x_ui.cpp
@@ -17,3 +17,5 @@ void CC5X::ConfigWidget::initEntries()
{
if ( _category!=Tool::Category::Linker ) createIncludeDirectoriesEntry();
}
+
+#include "cc5x_ui.moc"