TextEditor: Fix build for real build systems

Amends 6deabc4334.

Change-Id: I237d912041c1db29dabd48ba243731419d8d688c
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2023-03-23 06:46:33 +01:00
parent 2880453e38
commit 7a4ef9c1f7

View File

@@ -331,7 +331,7 @@ void formatEditorAsync(TextEditorWidget *editor, const Command &command, int sta
} // namespace TextEditor } // namespace TextEditor
#ifdef WITH_TESTS #ifdef WITH_TESTS
#include <texteditorplugin.h> #include "texteditorplugin.h"
#include <QTest> #include <QTest>
namespace TextEditor::Internal { namespace TextEditor::Internal {