mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
NO_OPENGL support for Reader
This commit is contained in:
@ -13,7 +13,7 @@ INCLUDEPATH += ../common \
|
||||
./comic_vine \
|
||||
./comic_vine/model
|
||||
|
||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
|
||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY NO_OPENGL
|
||||
|
||||
win32 {
|
||||
|
||||
@ -72,7 +72,8 @@ QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
#CONFIG += release
|
||||
CONFIG -= flat
|
||||
QT += sql network opengl script
|
||||
QT += sql network widgets script
|
||||
#opengl
|
||||
|
||||
# Input
|
||||
HEADERS += comic_flow.h \
|
||||
|
Reference in New Issue
Block a user