mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
add no_opengl config support to YACReader
This commit is contained in:
@ -6,7 +6,12 @@ TARGET = YACReader
|
||||
DEPENDPATH += . \
|
||||
release
|
||||
|
||||
DEFINES += NOMINMAX YACREADER NO_OPENGL
|
||||
DEFINES += NOMINMAX YACREADER
|
||||
|
||||
CONFIG(no_opengl) {
|
||||
DEFINES += NO_OPENGL
|
||||
}
|
||||
|
||||
|
||||
unix:!macx{
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
Reference in New Issue
Block a user