mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Merge pull request #1272 from eduardosm/config-c++11
Add c++11 config flag to Telegram.pro
This commit is contained in:
commit
c7181b8e1e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
QT += core gui network widgets
|
QT += core gui network widgets
|
||||||
|
|
||||||
CONFIG += plugin static
|
CONFIG += plugin static c++11
|
||||||
|
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
DEFINES += _DEBUG
|
DEFINES += _DEBUG
|
||||||
|
|
Loading…
Add table
Reference in a new issue