summaryrefslogtreecommitdiffstats
path: root/src/tools/ccsc/ccsc_compile.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 16:30:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 16:30:48 +0900
commit1c22ae157c39e2c1434e5ec43a05eda78dc86798 (patch)
tree13d7f43a2e9457cd1eddc956979b1f6dc026b24c /src/tools/ccsc/ccsc_compile.cpp
parent6eeb6f3bd853f29a0162ac9491cf5137afa44eb5 (diff)
downloadpiklab-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/ccsc/ccsc_compile.cpp')
-rw-r--r--src/tools/ccsc/ccsc_compile.cpp2
1 files changed, 2 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"