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