qt_wrap_cppΒΆ

Deprecated since version 3.14.

Manually create Qt Wrappers.

qt_wrap_cpp(resultingLibraryName DestName SourceLists ...)

Produces moc files for all the .h files listed in the SourceLists. The moc files will be added to the library using the DestName source list.

Consider updating the project to use the AUTOMOC target property instead for a more automated way of invoking the moc tool.

Previous topic

output_required_files

Next topic

qt_wrap_ui

This Page