mirror of
https://github.com/YACReader/yacreader
synced 2026-01-11 10:42:47 -05:00
added an option for choosing between OpenGL/Angle at building time
This commit is contained in:
@ -16,6 +16,7 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
|
||||
settings->beginGroup("libraryConfig");
|
||||
//FLOW-----------------------------------------------------------------------
|
||||
//---------------------------------------------------------------------------
|
||||
//FORCE_ANGLE is not used here, because ComicFlowWidgetGL will use OpenGL ES in the future
|
||||
#ifndef NO_OPENGL
|
||||
if((settings->value(USE_OPEN_GL).toBool() == true))
|
||||
comicFlow = new ComicFlowWidgetGL(0);
|
||||
|
||||
Reference in New Issue
Block a user