mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Forced update of Telegram.plist in build script. Use c++14 flag in .pro.
This commit is contained in:
parent
3502c7f1c9
commit
a058b6e3a6
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
|
|||
DESTDIR = ./../ReleaseLang
|
||||
}
|
||||
|
||||
CONFIG += plugin static c++11
|
||||
CONFIG += plugin static c++14
|
||||
|
||||
macx {
|
||||
QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
QT += core gui network widgets
|
||||
|
||||
CONFIG += plugin static c++11
|
||||
CONFIG += plugin static c++14
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
DEFINES += _DEBUG
|
||||
|
|
|
@ -215,6 +215,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
|||
|
||||
if [ "$FastParam" != "fast" ]; then
|
||||
touch "./Resources/telegram.qrc"
|
||||
touch "./Telegram.plist"
|
||||
fi
|
||||
xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue