changed global config to C++17 use

preferencesAboutTextFull
Clément Fauconnier 2 years ago
parent 2118671a14
commit 60cf43d6e1
  1. 2
      OpenBoard.pro
  2. 2
      src/pdf/pdf.pri

@ -1,7 +1,7 @@
TARGET = "OpenBoard"
TEMPLATE = app
CONFIG += c++14
CONFIG += c++17
CONFIG -= flat
CONFIG += debug_and_release \
no_include_pwd

@ -1,5 +1,3 @@
CONFIG += c++17
HEADERS += src/pdf/GraphicsPDFItem.h \
src/pdf/PDFRenderer.h \
src/pdf/UBWebPluginPDFWidget.h \

Loading…
Cancel
Save