summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h b/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h
index 8bd4089c34..128ff56968 100644
--- a/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h
+++ b/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.h
@@ -44,10 +44,11 @@
#include <EGL/egl.h>
#include <qpa/qplatformoffscreensurface.h>
+#include "qeglfsglobal.h"
QT_BEGIN_NAMESPACE
-class QEglFSOffscreenWindow : public QPlatformOffscreenSurface
+class Q_EGLFS_EXPORT QEglFSOffscreenWindow : public QPlatformOffscreenSurface
{
public:
QEglFSOffscreenWindow(EGLDisplay display, const QSurfaceFormat &format, QOffscreenSurface *offscreenSurface);