summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/frustumculling_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2018-03-12 08:32:35 +0100
committerPaul Lemire <paul.lemire@kdab.com>2019-12-19 07:31:11 +0100
commitd3042802000902add8662b2fb66e76cc9abb6b5c (patch)
treed03d2b95ce5dff8c4d48a6641e59bc620758cd15 /src/render/framegraph/frustumculling_p.h
parent421c06b46357b47bf201639eebcbca2566f4941b (diff)
Make the OpenGL renderer a plugin
By default the QRenderAspect will try to load this plugin Change-Id: Ie55e207fb8e6d0b64f717bbb99699eb669eaa3f2 Task-number: QTBUG-61151
Diffstat (limited to 'src/render/framegraph/frustumculling_p.h')
-rw-r--r--src/render/framegraph/frustumculling_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/frustumculling_p.h b/src/render/framegraph/frustumculling_p.h
index 7f9959c6e..ac11b7306 100644
--- a/src/render/framegraph/frustumculling_p.h
+++ b/src/render/framegraph/frustumculling_p.h
@@ -59,7 +59,7 @@ namespace Qt3DRender {
namespace Render {
-class FrustumCulling : public FrameGraphNode
+class Q_3DRENDERSHARED_PRIVATE_EXPORT FrustumCulling : public FrameGraphNode
{
public:
FrustumCulling();