Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここには 2 つの問題があります。
moc が生成される cmake バイナリ ディレクトリのインクルードパスがありません
${CMAKE_CURRENT_BINARY_DIR}
対応するソース ファイルの最後に moc ファイルを含める必要があります。
#include "moc_saction.cpp"