Add c++11 config flag to Telegram.pro.

It is needed to use UTF-16 string literals (u"string"), which are generated by MetaLang.

Signed-off-by: Eduardo Sánchez Muñoz <eduardosanchezmunoz@gmail.com> (github: eduardosm)
This commit is contained in:
Eduardo Sánchez Muñoz 2015-11-05 17:20:38 +01:00
parent e60052d440
commit 2517317461
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
QT += core gui network widgets
CONFIG += plugin static
CONFIG += plugin static c++11
CONFIG(debug, debug|release) {
DEFINES += _DEBUG