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