diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 16:30:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 16:30:48 +0900 |
commit | 1c22ae157c39e2c1434e5ec43a05eda78dc86798 (patch) | |
tree | 13d7f43a2e9457cd1eddc956979b1f6dc026b24c /src/tools/boost | |
parent | 6eeb6f3bd853f29a0162ac9491cf5137afa44eb5 (diff) | |
download | piklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.tar.gz piklab-1c22ae157c39e2c1434e5ec43a05eda78dc86798.zip |
Include moc files in cpp sources
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/boost')
-rw-r--r-- | src/tools/boost/boostc_compile.cpp | 2 | ||||
-rw-r--r-- | src/tools/boost/gui/boost_ui.cpp | 2 |
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" |