Forced update of Telegram.plist in build script. Use c++14 flag in .pro.

This commit is contained in:
John Preston 2016-06-15 09:59:43 +03:00
parent 3502c7f1c9
commit a058b6e3a6
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ CONFIG(release, debug|release) {
DESTDIR = ./../ReleaseLang DESTDIR = ./../ReleaseLang
} }
CONFIG += plugin static c++11 CONFIG += plugin static c++14
macx { macx {
QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist QMAKE_INFO_PLIST = ./SourceFiles/_other/Lang.plist

View file

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

View file

@ -215,6 +215,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
if [ "$FastParam" != "fast" ]; then if [ "$FastParam" != "fast" ]; then
touch "./Resources/telegram.qrc" touch "./Resources/telegram.qrc"
touch "./Telegram.plist"
fi fi
xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build