Merge topic 'Qt4Macros-moc-performance'
7beba986
Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
This commit is contained in:
commit
1dc59debcc
|
@ -103,7 +103,7 @@ endmacro()
|
||||||
|
|
||||||
|
|
||||||
# helper macro to set up a moc rule
|
# helper macro to set up a moc rule
|
||||||
macro (QT4_CREATE_MOC_COMMAND infile outfile moc_flags moc_options moc_target)
|
function (QT4_CREATE_MOC_COMMAND infile outfile moc_flags moc_options moc_target)
|
||||||
# For Windows, create a parameters file to work around command line length limit
|
# For Windows, create a parameters file to work around command line length limit
|
||||||
# Pass the parameters in a file. Set the working directory to
|
# Pass the parameters in a file. Set the working directory to
|
||||||
# be that containing the parameters file and reference it by
|
# be that containing the parameters file and reference it by
|
||||||
|
@ -144,7 +144,7 @@ macro (QT4_CREATE_MOC_COMMAND infile outfile moc_flags moc_options moc_target)
|
||||||
DEPENDS ${infile} ${_moc_parameters_file}
|
DEPENDS ${infile} ${_moc_parameters_file}
|
||||||
${_moc_working_dir}
|
${_moc_working_dir}
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
endmacro ()
|
endfunction ()
|
||||||
|
|
||||||
|
|
||||||
macro (QT4_GENERATE_MOC infile outfile )
|
macro (QT4_GENERATE_MOC infile outfile )
|
||||||
|
|
Loading…
Reference in New Issue