diff options
Diffstat (limited to 'src/tools/ccsc')
-rw-r--r-- | src/tools/ccsc/ccsc_compile.cpp | 2 | ||||
-rw-r--r-- | src/tools/ccsc/gui/ccsc_ui.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/ccsc/ccsc_compile.cpp b/src/tools/ccsc/ccsc_compile.cpp index c988013..567413b 100644 --- a/src/tools/ccsc/ccsc_compile.cpp +++ b/src/tools/ccsc/ccsc_compile.cpp @@ -105,3 +105,5 @@ TQString CCSC::CompileFile::outputFiles() const { return "PURL::Lst PURL::Hex PURL::Coff PURL::Cod sym err esym occ"; } + +#include "ccsc_compile.moc" diff --git a/src/tools/ccsc/gui/ccsc_ui.cpp b/src/tools/ccsc/gui/ccsc_ui.cpp index eb2a900..588707c 100644 --- a/src/tools/ccsc/gui/ccsc_ui.cpp +++ b/src/tools/ccsc/gui/ccsc_ui.cpp @@ -17,3 +17,5 @@ void CCSC::ConfigWidget::initEntries() { if ( _category!=Tool::Category::Linker ) createIncludeDirectoriesEntry(); } + +#include "ccsc_ui.moc" |