From f6e80dbe591b55ae1aaa85974e1192bd9ea18d16 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 14 Jun 2018 17:46:14 +0200 Subject: [PATCH] Force usage of c++11 version. --- kiwix-desktop.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 249d2a5..4f78ee8 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -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