removed redundant CONFIG += c++11 (is already in build.pri)

This commit is contained in:
Klaus Basan
2014-06-14 16:05:56 +01:00
committed by Mathew Sutcliffe
parent a6cd44be8d
commit 9e0909666e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ QT += core dbus network testlib
TARGET = sample_blacksim
TEMPLATE = app
CONFIG += console c++11
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blacksim

View File

@@ -6,7 +6,7 @@ QT += network dbus xml
TARGET = blacksim
TEMPLATE = lib
CONFIG += staticlib c++11
CONFIG += staticlib
CONFIG += blackmisc
INCLUDEPATH += ..