diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index 1404b98d..067e78e3 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -69,9 +69,6 @@ macx { } QT += network widgets core multimedia svg -!CONFIG(no_opengl) { - QT += opengl -} #CONFIG += release CONFIG -= flat diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index b17f27ac..c86a5c16 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -70,9 +70,6 @@ macx { #CONFIG += release CONFIG -= flat QT += sql network widgets svg -!CONFIG(no_opengl) { - QT += opengl -} # Input HEADERS += comic_flow.h \ diff --git a/common/gl/yacreader_flow_gl.cpp b/common/gl/yacreader_flow_gl.cpp index ad59daf7..57643c74 100644 --- a/common/gl/yacreader_flow_gl.cpp +++ b/common/gl/yacreader_flow_gl.cpp @@ -1,7 +1,6 @@ #include "yacreader_flow_gl.h" #include -#include #include #include