aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-11-15 14:31:42 +0100
committerKai Köhne <kai.koehne@qt.io>2021-11-15 15:38:11 +0100
commitd17a49a5c593947a3a2f7aaa39137375e508a8fd (patch)
treebc70a065b961e20f9fe9c9b2feaee4ec81eb30c1 /tools/qmltc
parentc5ac90ace6bbb756ff233dd1e1b0e464cecac30e (diff)
Explicitly include qloggingcategory.h
Do not rely on QLoggingCategory being implicitly declared through other headers. Pick-to: 6.2 Change-Id: Ib6cda43f281d31a7127dd591be2540fb00a0a699 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'tools/qmltc')
-rw-r--r--tools/qmltc/qmltccompiler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmltc/qmltccompiler.cpp b/tools/qmltc/qmltccompiler.cpp
index 7ccc0e2eb6..a2e1f47089 100644
--- a/tools/qmltc/qmltccompiler.cpp
+++ b/tools/qmltc/qmltccompiler.cpp
@@ -29,6 +29,7 @@
#include "qmltccompiler.h"
#include "qmltcoutputir.h"
#include "qmltccodewriter.h"
+#include <QtCore/qloggingcategory.h>
QT_BEGIN_NAMESPACE