Skip to content

Commit

Permalink
Merge pull request #994 from kiwix/cpp17
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Sep 29, 2023
2 parents 8159343 + fd46760 commit e745bde
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 e745bde

Please sign in to comment.