64 lines
2.1 KiB
Python
64 lines
2.1 KiB
Python
# to be generated at package build time
|
|
#
|
|
# application_paths = {
|
|
# 'assistant': 'assistant.exe',
|
|
# 'canbusutil': 'canbusutil.exe',
|
|
# ...
|
|
# }
|
|
application_paths = {
|
|
'assistant': 'assistant.exe',
|
|
'canbusutil': 'canbusutil.exe',
|
|
'designer': 'designer.exe',
|
|
'dumpcpp': 'dumpcpp.exe',
|
|
'dumpdoc': 'dumpdoc.exe',
|
|
'idc': 'idc.exe',
|
|
'lconvert': 'lconvert.exe',
|
|
'licheck': 'licheck.exe',
|
|
'linguist': 'linguist.exe',
|
|
'lprodump': 'lprodump.exe',
|
|
'lrelease-pro': 'lrelease-pro.exe',
|
|
'lrelease': 'lrelease.exe',
|
|
'lupdate-pro': 'lupdate-pro.exe',
|
|
'lupdate': 'lupdate.exe',
|
|
'moc': 'moc.exe',
|
|
'pixeltool': 'pixeltool.exe',
|
|
'qcollectiongenerator': 'qcollectiongenerator.exe',
|
|
'qdbus': 'qdbus.exe',
|
|
'qdbuscpp2xml': 'qdbuscpp2xml.exe',
|
|
'qdbusviewer': 'qdbusviewer.exe',
|
|
'qdbusxml2cpp': 'qdbusxml2cpp.exe',
|
|
'qdistancefieldgenerator': 'qdistancefieldgenerator.exe',
|
|
'qdoc': 'qdoc.exe',
|
|
'qgltf': 'qgltf.exe',
|
|
'qhelpgenerator': 'qhelpgenerator.exe',
|
|
'qlalr': 'qlalr.exe',
|
|
'qmake': 'qmake.exe',
|
|
'qml': 'qml.exe',
|
|
'qmlcachegen': 'qmlcachegen.exe',
|
|
'qmleasing': 'qmleasing.exe',
|
|
'qmlformat': 'qmlformat.exe',
|
|
'qmlimportscanner': 'qmlimportscanner.exe',
|
|
'qmllint': 'qmllint.exe',
|
|
'qmlmin': 'qmlmin.exe',
|
|
'qmlplugindump': 'qmlplugindump.exe',
|
|
'qmlpreview': 'qmlpreview.exe',
|
|
'qmlprofiler': 'qmlprofiler.exe',
|
|
'qmlscene': 'qmlscene.exe',
|
|
'qmltestrunner': 'qmltestrunner.exe',
|
|
'qmltyperegistrar': 'qmltyperegistrar.exe',
|
|
'qscxmlc': 'qscxmlc.exe',
|
|
'qtattributionsscanner': 'qtattributionsscanner.exe',
|
|
'qtdiag': 'qtdiag.exe',
|
|
'qtpaths': 'qtpaths.exe',
|
|
'qtplugininfo': 'qtplugininfo.exe',
|
|
'qvkgen': 'qvkgen.exe',
|
|
'rcc': 'rcc.exe',
|
|
'repc': 'repc.exe',
|
|
'testcon': 'testcon.exe',
|
|
'tracegen': 'tracegen.exe',
|
|
'uic': 'uic.exe',
|
|
'windeployqt': 'windeployqt.exe',
|
|
'xmlpatterns': 'xmlpatterns.exe',
|
|
'xmlpatternsvalidator': 'xmlpatternsvalidator.exe',
|
|
}
|