qBittorrent
update_qrc_files.py File Reference

Go to the source code of this file.

Namespaces

 update_qrc_files
 

Variables

list update_qrc_files.languages_list = [x for x in os.listdir('lang') if x.endswith('.qm')]
 
string update_qrc_files.output
 
 update_qrc_files.lang_file = open('lang.qrc', 'w')
 
list update_qrc_files.search_list = []
 
 update_qrc_files.search_file = open('search.qrc', 'w')
 
list update_qrc_files.icons_list = []
 
 update_qrc_files.icons_file = open('icons.qrc', 'w')