From dde60b78eae8f87c4821eeb455dda534656bfa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 14 Jan 2021 11:38:45 +0100 Subject: [PATCH] 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. --- YACReaderLibrary/YACReaderLibrary.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index d0f0f0d3..a3b20ab4 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -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)