aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2025-04-10 14:00:44 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2025-04-15 19:27:07 +0200
commitfb4abf95c1a320002e5ea77877371966460a9fa6 (patch)
tree30b652fbb77fc034a6ca6e6dd13845558dd6c159 /tests/auto/qml/qmlcppcodegen/data
parentb417a509f5636161e9fb6beed19f32f7a40dac7c (diff)
Tests: include QTest, not QtTest
Never use module-wide inclusions. They blow up build times. For QtTest this is usually just a typo (QTest was meant instead). Add missing includes as needed. In the diffs I've spotted other huge inclusions (QtQuick, QtQml), but those need more attention. Task-number: QTQAINFRA-7110 Pick-to: 6.9 6.8 Change-Id: I74bf3fe212f50a7a3a6af2b1c80bbcaabc2516d7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data')
-rw-r--r--tests/auto/qml/qmlcppcodegen/data/tst_qmlcppcodegen_verify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/tst_qmlcppcodegen_verify.cpp b/tests/auto/qml/qmlcppcodegen/data/tst_qmlcppcodegen_verify.cpp
index 02629ad7f6..734262fdde 100644
--- a/tests/auto/qml/qmlcppcodegen/data/tst_qmlcppcodegen_verify.cpp
+++ b/tests/auto/qml/qmlcppcodegen/data/tst_qmlcppcodegen_verify.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2023 The Qt Company Ltd.
-#include <QtTest>
+#include <QTest>
#include <QtCore/qobject.h>
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>