summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-12-09 11:30:50 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-09 14:31:10 +0000
commit6da67b185b24ebacc07dcc7249c6f303deb7338e (patch)
treee9c0e6d2eba16d038ecf461ccbd9a5210a85f441 /tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
parentfbce9189afa50eb2c541fba68c10de524af74dca (diff)
Don't include the world for tests
Change-Id: Ib87186571dbf911004d8292e0c0cd9ddaea92318 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> (cherry picked from commit 888ea6487b1c7f68bf6557b2f544079758a58f47) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp')
-rw-r--r--tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
index ed9722ffb..192ec4042 100644
--- a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
+++ b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
@@ -26,7 +26,7 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QtTest/QTest>
#include <Qt3DCore/private/vector4d_sse_p.h>
#include <Qt3DCore/qt3dcore-config.h>