From 065f3da627352db9ef9c6799ef6330c45f125e19 Mon Sep 17 00:00:00 2001 From: johanneshilden Date: Tue, 3 Oct 2017 20:38:11 +0300 Subject: [PATCH] Add CONFIG += c++11 to project .pro file --- qt-material-widgets.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/qt-material-widgets.pro b/qt-material-widgets.pro index dc19ed5..7faea11 100644 --- a/qt-material-widgets.pro +++ b/qt-material-widgets.pro @@ -3,6 +3,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qt-material-widgets TEMPLATE = subdirs SUBDIRS = components examples +CONFIG += 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