From 1c22ae157c39e2c1434e5ec43a05eda78dc86798 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 May 2024 16:30:48 +0900 Subject: Include moc files in cpp sources Signed-off-by: Michele Calgaro --- src/piklab-prog/cli_interactive.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/piklab-prog/cli_interactive.cpp') diff --git a/src/piklab-prog/cli_interactive.cpp b/src/piklab-prog/cli_interactive.cpp index ecf486a..f8d8a52 100644 --- a/src/piklab-prog/cli_interactive.cpp +++ b/src/piklab-prog/cli_interactive.cpp @@ -335,3 +335,5 @@ CLI::ExitCode CLI::Interactive::executeRawCommands(const TQString &filename) } return okExit(i18n("End of command file reached.")); } + +#include "cli_interactive.moc" -- cgit v1.2.3