2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Moving build / lang scripts from Telegram to subfolders.

Travis build tested with -j param.
Xcode / QtCreator / qmake builds could be broken.
This commit is contained in:
John Preston
2016-04-27 15:02:17 +03:00
parent 77e5925cf0
commit 745f89dbb9
51 changed files with 262 additions and 5235 deletions

View File

@@ -19,8 +19,9 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#include "stdafx.h"
#include "pspecific.h"
#include "settings.h"
#include "pspecific.h"
#include "lang.h"
bool gRtl = false;
@@ -28,9 +29,9 @@ Qt::LayoutDirection gLangDir = gRtl ? Qt::RightToLeft : Qt::LeftToRight;
QString gArguments;
bool gDevVersion = DevVersion;
uint64 gBetaVersion = BETA_VERSION;
uint64 gRealBetaVersion = BETA_VERSION;
bool gAlphaVersion = AppAlphaVersion;
uint64 gBetaVersion = AppBetaVersion;
uint64 gRealBetaVersion = AppBetaVersion;
QByteArray gBetaPrivateKey;
bool gTestMode = false;