summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/meshfunctors
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-12-09 11:30:50 +0000
committerMike Krus <mike.krus@kdab.com>2020-12-09 11:57:10 +0000
commit888ea6487b1c7f68bf6557b2f544079758a58f47 (patch)
tree36391276a6e5376bf5d33388a32ea303e0574f24 /tests/auto/render/meshfunctors
parent34d4aa351bc6e6def71452ab8487fd625cddcdd9 (diff)
Don't include the world for tests
Pick-to: 6.0 Change-Id: Ib87186571dbf911004d8292e0c0cd9ddaea92318 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/render/meshfunctors')
-rw-r--r--tests/auto/render/meshfunctors/tst_meshfunctors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/meshfunctors/tst_meshfunctors.cpp b/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
index 96341ce23..fc22b17f7 100644
--- a/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
+++ b/tests/auto/render/meshfunctors/tst_meshfunctors.cpp
@@ -26,7 +26,7 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QtTest/QTest>
#include <Qt3DCore/qcomponent.h>
#include <Qt3DCore/qgeometry.h>
#include <Qt3DRender/qmesh.h>