mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
YACReaderLibrary compiles using c++11 just fine
It is probably worth to bump this to c++14 and ideally use c++17, but it will be done in a separate branch.
This commit is contained in:
@ -14,6 +14,8 @@ INCLUDEPATH += . \
|
||||
|
||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
# load default build flags
|
||||
include (../config.pri)
|
||||
include (../dependencies/pdf_backend.pri)
|
||||
|
Reference in New Issue
Block a user