kconfig: qconf: compile moc object separately

Currently, qconf.moc is included from qconf.cc but they can be compiled
independently.

When you modify qconf.cc, qconf.moc does not need recompiling.

Rename qconf.moc to qconf-moc.cc, and split it out as an independent
compilation unit.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
Masahiro Yamada
2020-07-30 02:02:38 +09:00
parent c3cd7cfad5
commit 0e912c0320
3 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,6 @@
#include "lkc.h"
#include "qconf.h"
#include "qconf.moc"
#include "images.h"