Merge pull request #1085 from kiwix/no_werror

This commit is contained in:
Matthieu Gautier 2024-04-15 14:07:41 +02:00 committed by GitHub
commit 2a6fd5f2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,13 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = kiwix-desktop
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++17 -Werror
QMAKE_CXXFLAGS += -std=c++17
QMAKE_LFLAGS += -std=c++17
!win32 {
QMAKE_CXXFLAGS += -Werror
}
# Also change resources/org.kiwix.desktop.appdata.xml
DEFINES += VERSION="2.3.1"