summaryrefslogtreecommitdiffstats
path: root/src/tools/boost
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/boost')
-rw-r--r--src/tools/boost/boostc_compile.cpp2
-rw-r--r--src/tools/boost/gui/boost_ui.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/boost/boostc_compile.cpp b/src/tools/boost/boostc_compile.cpp
index 3c18fbe..83da74e 100644
--- a/src/tools/boost/boostc_compile.cpp
+++ b/src/tools/boost/boostc_compile.cpp
@@ -54,3 +54,5 @@ TQString Boost::Link::outputFiles() const
return "PURL::Lst PURL::Hex PURL::Coff PURL::AsmGPAsm stat tree casm";
}
+
+#include "boostc_compile.moc"
diff --git a/src/tools/boost/gui/boost_ui.cpp b/src/tools/boost/gui/boost_ui.cpp
index 2357165..3c82232 100644
--- a/src/tools/boost/gui/boost_ui.cpp
+++ b/src/tools/boost/gui/boost_ui.cpp
@@ -17,3 +17,5 @@ void Boost::ConfigWidget::initEntries()
{
createIncludeDirectoriesEntry();
}
+
+#include "boost_ui.moc"