summaryrefslogtreecommitdiffstats
path: root/qt-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-gui.h')
-rw-r--r--qt-gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-gui.h b/qt-gui.h
index 7761eb462..ca038b145 100644
--- a/qt-gui.h
+++ b/qt-gui.h
@@ -9,4 +9,9 @@ void init_ui();
void run_ui();
void exit_ui();
+#if defined(SUBSURFACE_MOBILE)
+#include <QQuickWindow>
+extern QObject *qqWindowObject;
+#endif
+
#endif // QT_GUI_H