Qt4: Use correct qdbus executable in macro.
Commit v3.0.0-rc1~71^2~9 (Qt4: Use IMPORTED executable names with custom commands., 2014-01-24) erroneusly changed this command to use the wrong target.
This commit is contained in:
parent
948d5d18fd
commit
fc2bad57ff
|
@ -342,7 +342,7 @@ macro(QT4_ADD_DBUS_ADAPTOR _sources _xml_file _include _parentClass) # _optional
|
||||||
|
|
||||||
if(_optionalClassName)
|
if(_optionalClassName)
|
||||||
add_custom_command(OUTPUT "${_impl}" "${_header}"
|
add_custom_command(OUTPUT "${_impl}" "${_header}"
|
||||||
COMMAND Qt4::qdbuscpp2xml -m -a ${_basename} -c ${_optionalClassName} -i ${_include} -l ${_parentClass} ${_infile}
|
COMMAND Qt4::qdbusxml2cpp -m -a ${_basename} -c ${_optionalClassName} -i ${_include} -l ${_parentClass} ${_infile}
|
||||||
DEPENDS ${_infile} VERBATIM
|
DEPENDS ${_infile} VERBATIM
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in New Issue