21 lines
608 B
Python
21 lines
608 B
Python
# This file is part of Telegram Desktop,
|
|
# the official desktop application for the Telegram messaging service.
|
|
#
|
|
# For license and copyright information please follow this link:
|
|
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
|
|
{
|
|
'variables': {
|
|
'qrc_files': [
|
|
'<(res_loc)/qrc/emoji_1.qrc',
|
|
'<(res_loc)/qrc/emoji_2.qrc',
|
|
'<(res_loc)/qrc/emoji_3.qrc',
|
|
'<(res_loc)/qrc/emoji_4.qrc',
|
|
'<(res_loc)/qrc/emoji_5.qrc',
|
|
'<(res_loc)/qrc/emoji_preview.qrc',
|
|
'<(res_loc)/qrc/telegram/telegram.qrc',
|
|
'<(res_loc)/qrc/telegram/sounds.qrc',
|
|
],
|
|
},
|
|
}
|