summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to 'src/render')
-rw-r--r--src/render/CMakeLists.txt4
-rw-r--r--src/render/framegraph/qframegraphnode_p.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/render/CMakeLists.txt b/src/render/CMakeLists.txt
index 79bcbd97b..a6c1b260b 100644
--- a/src/render/CMakeLists.txt
+++ b/src/render/CMakeLists.txt
@@ -290,13 +290,15 @@ qt_add_module(3DRender
LIBRARIES
Qt::Concurrent
Qt::CorePrivate
- PUBLIC_LIBRARIES
Qt::3DCorePrivate
+ PUBLIC_LIBRARIES
+ Qt::3DCore
Qt::Core
Qt::OpenGL
PRIVATE_MODULE_INTERFACE
Qt::Concurrent
Qt::CorePrivate
+ Qt::3DCorePrivate
)
# Resources:
diff --git a/src/render/framegraph/qframegraphnode_p.h b/src/render/framegraph/qframegraphnode_p.h
index b9a60d79a..95c50bbf7 100644
--- a/src/render/framegraph/qframegraphnode_p.h
+++ b/src/render/framegraph/qframegraphnode_p.h
@@ -52,7 +52,7 @@
//
#include <QtCore/QtGlobal>
-#include <private/qnode_p.h>
+#include <Qt3DCore/private/qnode_p.h>
#include <Qt3DRender/qframegraphnode.h>
QT_BEGIN_NAMESPACE