summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qdirectionallight_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2017-06-15 17:06:24 +0100
committerMike Krus <mike.krus@kdab.com>2017-06-16 07:31:10 +0000
commit716ef2a1108347c37443c0d68d0e39d684fa75b2 (patch)
treec1ab3a393b252aa3968fcc62e65637aed7e6d4e0 /src/render/lights/qdirectionallight_p.h
parent6263af19264a4d2cb9b0f2ae6d5801438204c601 (diff)
Add missing private export macros
Was found when Nathan tried extending QCamera. Probably good to go through other parts of Qt3D. Change-Id: I317acaa36ffe3fd0b1ac0bbf4af70eabb1111ab7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/lights/qdirectionallight_p.h')
-rw-r--r--src/render/lights/qdirectionallight_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/lights/qdirectionallight_p.h b/src/render/lights/qdirectionallight_p.h
index bc815ce30..ea80913eb 100644
--- a/src/render/lights/qdirectionallight_p.h
+++ b/src/render/lights/qdirectionallight_p.h
@@ -52,6 +52,7 @@
//
#include <private/qabstractlight_p.h>
+#include <Qt3DRender/private/qt3drender_global_p.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +60,7 @@ namespace Qt3DRender {
class QDirectionalLight;
-class QDirectionalLightPrivate : QAbstractLightPrivate
+class QT3DRENDERSHARED_PRIVATE_EXPORT QDirectionalLightPrivate : QAbstractLightPrivate
{
public:
QDirectionalLightPrivate();