summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qunixplatforminterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/platform/unix/qunixplatforminterface.cpp')
-rw-r--r--src/gui/platform/unix/qunixplatforminterface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qunixplatforminterface.cpp b/src/gui/platform/unix/qunixplatforminterface.cpp
index 527c5210d7..dc8daab217 100644
--- a/src/gui/platform/unix/qunixplatforminterface.cpp
+++ b/src/gui/platform/unix/qunixplatforminterface.cpp
@@ -88,6 +88,10 @@ QT_DEFINE_PRIVATE_PLATFORM_INTERFACE(QXcbScreen);
QT_DEFINE_PRIVATE_PLATFORM_INTERFACE(QXcbWindow);
#endif
+#if QT_CONFIG(vsp2)
+QT_DEFINE_PRIVATE_PLATFORM_INTERFACE(QVsp2Screen);
+#endif
+
#if QT_CONFIG(evdev)
QT_DEFINE_PRIVATE_PLATFORM_INTERFACE(QEvdevKeyMapper);