mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-21 23:57:38 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
4991b6743f
@ -18,6 +18,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
|
||||
#include "stdafx.h"
|
||||
#include "mtpCoreTypes.h"
|
||||
|
||||
#if defined _DEBUG || defined _WITH_DEBUG
|
||||
|
||||
QString mtpWrapNumber(float64 number) {
|
||||
return QString::number(number);
|
||||
}
|
||||
@ -180,3 +182,5 @@ void mtpTextSerializeCore(MTPStringLogger &to, const mtpPrime *&from, const mtpP
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -10,7 +10,7 @@ CONFIG(debug, debug|release) {
|
||||
DESTDIR = ./../Debug
|
||||
}
|
||||
CONFIG(release, debug|release) {
|
||||
DEFINES += CUSTOM_API_ID
|
||||
DEFINES += _WITH_DEBUG CUSTOM_API_ID
|
||||
OBJECTS_DIR = ./../ReleaseIntermediate
|
||||
MOC_DIR = ./GenFiles/Release
|
||||
RCC_DIR = ./GenFiles
|
||||
@ -104,9 +104,11 @@ SOURCES += \
|
||||
./SourceFiles/window.cpp \
|
||||
./SourceFiles/mtproto/mtp.cpp \
|
||||
./SourceFiles/mtproto/mtpConnection.cpp \
|
||||
./SourceFiles/mtproto/mtpCoreTypes.cpp \
|
||||
./SourceFiles/mtproto/mtpDC.cpp \
|
||||
./SourceFiles/mtproto/mtpFileLoader.cpp \
|
||||
./SourceFiles/mtproto/mtpRPC.cpp \
|
||||
./SourceFiles/mtproto/mtpScheme.cpp \
|
||||
./SourceFiles/mtproto/mtpSession.cpp \
|
||||
./SourceFiles/gui/animation.cpp \
|
||||
./SourceFiles/gui/boxshadow.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user