Qt4Macros: Remove unneeded generate CONDITION.

This commit is contained in:
Stephen Kelly 2013-07-26 09:24:22 +02:00
parent e454cba292
commit b60a29eaa1
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ macro (QT4_CREATE_MOC_COMMAND infile outfile moc_flags moc_options moc_target)
file (GENERATE
OUTPUT ${_moc_parameters_file}
CONTENT "${targetdefines}${targetincludes}${targetoptions}${_moc_parameters}\n"
CONDITION 1
)
set(targetincludes)