Skip to content

Commit

Permalink
Move to c++17.
Browse files Browse the repository at this point in the history
All our compilers should handle c++17. Let's move on.
  • Loading branch information
mgautierfr committed Aug 30, 2023
1 parent 7557378 commit 2ecc23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ecc23b

Please sign in to comment.