changed global config to C++17 use

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

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

@ -1,5 +1,3 @@
CONFIG += c++17
HEADERS += src/pdf/GraphicsPDFItem.h \ HEADERS += src/pdf/GraphicsPDFItem.h \
src/pdf/PDFRenderer.h \ src/pdf/PDFRenderer.h \
src/pdf/UBWebPluginPDFWidget.h \ src/pdf/UBWebPluginPDFWidget.h \
@ -9,4 +7,4 @@ SOURCES += src/pdf/GraphicsPDFItem.cpp \
src/pdf/PDFRenderer.cpp \ src/pdf/PDFRenderer.cpp \
src/pdf/UBWebPluginPDFWidget.cpp \ src/pdf/UBWebPluginPDFWidget.cpp \
src/pdf/XPDFRenderer.cpp src/pdf/XPDFRenderer.cpp

Loading…
Cancel
Save