ProjectExplorer: Fix release build

And compile on macOS. Amends c15e09e0fe.

Change-Id: I39395f341e8590104dd96348aa8fc12d437dbd28
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2020-05-12 08:32:38 +02:00
parent 55f4c5ba8c
commit da3b14faee

View File

@@ -26,6 +26,7 @@
#include "customparser.h" #include "customparser.h"
#include "projectexplorerconstants.h" #include "projectexplorerconstants.h"
#include "projectexplorer.h"
#include "task.h" #include "task.h"
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
@@ -677,8 +678,8 @@ void ProjectExplorerPlugin::testCustomOutputParsers()
outputLines); outputLines);
} }
} // namespace ProjectExplorer
#endif #endif
} // namespace ProjectExplorer
#include <customparser.moc> #include <customparser.moc>