From 8d6c4265dd03f95d00fbaa6344ed072af66aa9fa Mon Sep 17 00:00:00 2001 From: fperillo Date: Tue, 3 Oct 2017 23:51:32 +0200 Subject: [PATCH] Moved CONFIG += c++11 to examples\examples.pro instead of qt-material-widgets.pro --- examples/examples.pro | 1 + qt-material-widgets.pro | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples.pro b/examples/examples.pro index b53fb99..837ca3c 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,6 @@ QT += core gui widgets TEMPLATE = app +CONFIG += c++11 SOURCES = mainwindow.cpp \ main.cpp \ avatarsettingseditor.cpp \ diff --git a/qt-material-widgets.pro b/qt-material-widgets.pro index 7faea11..dc19ed5 100644 --- a/qt-material-widgets.pro +++ b/qt-material-widgets.pro @@ -3,7 +3,6 @@ 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