2016-08-28 19:36:51 +00:00
|
|
|
# This file is part of Telegram Desktop,
|
2018-01-03 10:23:14 +00:00
|
|
|
# the official desktop application for the Telegram messaging service.
|
2016-08-28 19:36:51 +00:00
|
|
|
#
|
2018-01-03 10:23:14 +00:00
|
|
|
# For license and copyright information please follow this link:
|
|
|
|
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
2016-08-28 19:36:51 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
'qrc_files': [
|
2017-03-16 09:53:13 +00:00
|
|
|
'<(res_loc)/qrc/telegram.qrc',
|
2018-10-13 17:35:30 +00:00
|
|
|
'<(res_loc)/qrc/telegram_emoji_1.qrc',
|
|
|
|
'<(res_loc)/qrc/telegram_emoji_2.qrc',
|
|
|
|
'<(res_loc)/qrc/telegram_emoji_3.qrc',
|
|
|
|
'<(res_loc)/qrc/telegram_emoji_4.qrc',
|
|
|
|
'<(res_loc)/qrc/telegram_emoji_5.qrc',
|
2019-01-02 12:11:13 +00:00
|
|
|
'<(res_loc)/qrc/telegram_emoji_preview.qrc',
|
2017-05-05 10:29:02 +00:00
|
|
|
'<(res_loc)/qrc/telegram_sounds.qrc',
|
2016-08-28 19:36:51 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'conditions': [
|
|
|
|
[ 'build_linux', {
|
|
|
|
'variables': {
|
|
|
|
'qrc_files': [
|
2017-03-16 09:53:13 +00:00
|
|
|
'<(res_loc)/qrc/telegram_linux.qrc',
|
2016-08-28 19:36:51 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
[ 'build_mac', {
|
|
|
|
'variables': {
|
|
|
|
'qrc_files': [
|
2017-03-16 09:53:13 +00:00
|
|
|
'<(res_loc)/qrc/telegram_mac.qrc',
|
2016-08-28 19:36:51 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
[ 'build_win', {
|
|
|
|
'variables': {
|
|
|
|
'qrc_files': [
|
2017-03-16 09:53:13 +00:00
|
|
|
'<(res_loc)/qrc/telegram_wnd.qrc',
|
2016-08-28 19:36:51 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
],
|
|
|
|
}
|