Qt: Fix building without OpenGL

This commit is contained in:
Cameron Cawley 2017-09-30 19:03:52 +01:00 committed by endrift
parent cea5864f81
commit 97e8827eb2
1 changed files with 2 additions and 0 deletions

View File

@ -191,7 +191,9 @@ private:
QMenu* m_videoLayers;
QMenu* m_audioChannels;
ShortcutController* m_shortcutController;
#if defined(BUILD_GL) || defined(BUILD_GLES)
std::unique_ptr<ShaderSelector> m_shaderView;
#endif
bool m_fullscreenOnStart = false;
QTimer m_focusCheck;
bool m_autoresume = false;