From 00bada8d453269b1d2e60c6272eebb6787f8e4f4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 30 Mar 2016 10:17:04 +0400 Subject: [PATCH] Added C++11 config option to MetaStyle and MetaLang .pro projects. --- Telegram/MetaLang.pro | 2 +- Telegram/MetaStyle.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/MetaLang.pro b/Telegram/MetaLang.pro index dbef70ae9..0dfa29a6f 100644 --- a/Telegram/MetaLang.pro +++ b/Telegram/MetaLang.pro @@ -12,7 +12,7 @@ CONFIG(release, debug|release) { DESTDIR = ./../ReleaseLang } -CONFIG += plugin static +CONFIG += plugin static c++11 macx { QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist diff --git a/Telegram/MetaStyle.pro b/Telegram/MetaStyle.pro index 2ef67ea2e..a68a44385 100644 --- a/Telegram/MetaStyle.pro +++ b/Telegram/MetaStyle.pro @@ -12,7 +12,7 @@ CONFIG(release, debug|release) { DESTDIR = ./../ReleaseStyle } -CONFIG += plugin static +CONFIG += plugin static c++11 macx { QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist