Move to c++17.

All our compilers should handle c++17. Let's move on.
This commit is contained in:
Matthieu Gautier 2023-08-30 17:59:24 +02:00
parent 81593431cf
commit fd46760c27

View File

@ -15,8 +15,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = kiwix-desktop
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS += -std=c++11
QMAKE_CXXFLAGS += -std=c++17
QMAKE_LFLAGS += -std=c++17
# Also change resources/org.kiwix.desktop.appdata.xml
DEFINES += VERSION="2.3.1"