mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
Move to c++17.
All our compilers should handle c++17. Let's move on.
This commit is contained in:
parent
81593431cf
commit
fd46760c27
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user