summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qframegraphnode
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qframegraphnode')
-rw-r--r--tests/auto/render/qframegraphnode/qframegraphnode.pro2
-rw-r--r--tests/auto/render/qframegraphnode/tst_qframegraphnode.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/qframegraphnode/qframegraphnode.pro b/tests/auto/render/qframegraphnode/qframegraphnode.pro
index 7f306d19c..0cfce4e68 100644
--- a/tests/auto/render/qframegraphnode/qframegraphnode.pro
+++ b/tests/auto/render/qframegraphnode/qframegraphnode.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = tst_qframegraphnode
-QT += core-private 3dcore 3dcore-private 3drenderer 3drenderer-private testlib
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private testlib
CONFIG += testcase
diff --git a/tests/auto/render/qframegraphnode/tst_qframegraphnode.cpp b/tests/auto/render/qframegraphnode/tst_qframegraphnode.cpp
index f0705a479..93805eab4 100644
--- a/tests/auto/render/qframegraphnode/tst_qframegraphnode.cpp
+++ b/tests/auto/render/qframegraphnode/tst_qframegraphnode.cpp
@@ -39,7 +39,7 @@
#include <Qt3DCore/private/qscene_p.h>
#include <Qt3DCore/qentity.h>
-#include <Qt3DRenderer/qframegraphnode.h>
+#include <Qt3DRender/qframegraphnode.h>
#include "testpostmanarbiter.h"