Правила форматирования для qt5_translation
This commit is contained in:
parent
7cd6a6514e
commit
3ff1662e6c
@ -5,22 +5,25 @@ with section("parse"):
|
|||||||
|
|
||||||
# Specify structure for custom cmake functions
|
# Specify structure for custom cmake functions
|
||||||
additional_commands = {
|
additional_commands = {
|
||||||
'add_common_library': { 'flags': [],
|
'add_common_library': { 'flags' : [],
|
||||||
'kwargs': { 'OUTPUT_NAME': '*',
|
'kwargs': { 'OUTPUT_NAME': '*',
|
||||||
'SOURCES': '*',
|
'SOURCES': '*',
|
||||||
'TARGET': '*'}},
|
'TARGET': '1'}},
|
||||||
'foo': { 'flags': ['BAR', 'BAZ'],
|
'qt5_translation': { 'flags' : [],
|
||||||
'kwargs': {'DEPENDS': '*', 'HEADERS': '*', 'SOURCES': '*'}},
|
'kwargs': { 'TS_DIR': '1',
|
||||||
'pvs_studio_add_target': { 'flags': [ 'COMPILE_COMMANDS',
|
'LANGUAGES': '*',
|
||||||
'OUTPUT',
|
'SOURCES': '*',
|
||||||
'HIDE_HELP'],
|
'TARGET': '1'}},
|
||||||
|
'pvs_studio_add_target': { 'flags' : [ 'COMPILE_COMMANDS',
|
||||||
|
'OUTPUT',
|
||||||
|
'HIDE_HELP'],
|
||||||
'kwargs': { 'ARGS': '*',
|
'kwargs': { 'ARGS': '*',
|
||||||
'CONFIG': '*',
|
'CONFIG': '*',
|
||||||
'DEPENDS': '*',
|
'DEPENDS': '*',
|
||||||
'FORMAT': '*',
|
'FORMAT': '*',
|
||||||
'MODE': '*',
|
'MODE': '*',
|
||||||
'TARGET': '*'}},
|
'TARGET': '*'}},
|
||||||
'write_compiler_detection_header': { 'flags': [],
|
'write_compiler_detection_header': { 'flags' : [],
|
||||||
'kwargs': { 'COMPILERS': '*',
|
'kwargs': { 'COMPILERS': '*',
|
||||||
'FEATURES': '*',
|
'FEATURES': '*',
|
||||||
'FILE': '*',
|
'FILE': '*',
|
||||||
|
Loading…
Reference in New Issue
Block a user