From a8cd2ac0ea8a2657e48202f3eb9d0281578d3b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 16 Apr 2018 10:50:56 +0200 Subject: [PATCH] triage: update project file --- tools/triage/triage.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/triage/triage.pro b/tools/triage/triage.pro index 4f25c939f..4a995579c 100644 --- a/tools/triage/triage.pro +++ b/tools/triage/triage.pro @@ -11,6 +11,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = triage TEMPLATE = app +QMAKE_CXXFLAGS += -std=c++11 + # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the