mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Added C++11 config option to MetaStyle and MetaLang .pro projects.
This commit is contained in:
parent
96e1f8e7cd
commit
00bada8d45
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue