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:
Luis Ángel San Martín 2021-01-14 11:38:45 +01:00
parent c3b0780e03
commit dde60b78ea

View File

@ -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)