Force usage of c++11 version.

This commit is contained in:
Matthieu Gautier 2018-06-14 17:46:14 +02:00
parent 1231e2fcdb
commit f6e80dbe59

View File

@ -14,6 +14,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = kiwix-desktop
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS += -std=c++11
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the