Merge pull request #994 from kiwix/cpp17

This commit is contained in:
Matthieu Gautier 2023-09-29 11:45:06 +02:00 committed by GitHub
commit e745bde15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"