TextEditor: Fix compilation without tests

Amends 66d49e6a53.

Change-Id: I09acb6d7e2aaf94cbf09242b7199ef5922f3e510
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Orgad Shaneh
2023-08-05 23:51:00 +03:00
committed by Orgad Shaneh
parent c4e15769ec
commit 467d94b7f4

View File

@@ -11,7 +11,9 @@
#include <utils/temporarydirectory.h>
#include <QDebug>
#ifdef WITH_TESTS
#include <QTest>
#endif
namespace TextEditor {