CMake build: Fix false detection of mocable file

Q_OBJECT appears in a comment. It's not used in the code.

Change-Id: Ib3df3c4352fc07eddf8a626154b8fe8b753a9457
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2019-11-01 10:38:37 +02:00
committed by Eike Ziller
parent c48eedbc5a
commit c81e9a2406

View File

@@ -15,4 +15,5 @@ add_qtc_library(ExtensionSystem
EXPLICIT_MOC
pluginmanager.h
pluginmanager_p.h
SKIP_AUTOMOC pluginmanager.cpp
)