forked from qt-creator/qt-creator
ProjectExplorer: Work around warning when building without tests
"AutoMoc: .../plugins/projectexplorer/sanitizerparser.cpp:0:1: note: No relevant classes found. No output generated." Change-Id: Iab2900761fc4362bb88d5ab464c963df69873cbc Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -246,4 +246,6 @@ SanitizerOutputFormatterFactory::SanitizerOutputFormatterFactory()
|
||||
|
||||
} // namespace ProjectExplorer::Internal
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
#include <sanitizerparser.moc>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user