mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Merge pull request #994 from kiwix/cpp17
This commit is contained in:
commit
e745bde15f
@ -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