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:
hjk
2022-04-27 13:27:46 +02:00
parent f995b6c961
commit 9daad02b92

View File

@@ -246,4 +246,6 @@ SanitizerOutputFormatterFactory::SanitizerOutputFormatterFactory()
} // namespace ProjectExplorer::Internal } // namespace ProjectExplorer::Internal
#ifdef WITH_TESTS
#include <sanitizerparser.moc> #include <sanitizerparser.moc>
#endif