mirror of
https://github.com/vale981/tdesktop
synced 2025-03-08 19:21:39 -05:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
8f06244895
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
|
||||||
DESTDIR = ./../ReleaseLang
|
DESTDIR = ./../ReleaseLang
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += plugin static
|
CONFIG += plugin static c++11
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist
|
QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist
|
||||||
|
|
|
@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
|
||||||
DESTDIR = ./../ReleaseStyle
|
DESTDIR = ./../ReleaseStyle
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += plugin static
|
CONFIG += plugin static c++11
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist
|
QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist
|
||||||
|
|
Loading…
Add table
Reference in a new issue