En esta página

qt_add_repc_replicas

Este comando se introdujo en Qt 6.2.

Sinopsis

qt_add_repc_replicas(<TARGET> rep_files)

qt6_add_repc_replicas(<TARGET> rep_files)

Descripción

Ejecuta repc y genera Qt Remote Objects Replica ficheros de cabecera basados en el rep_files dado. Añade los ficheros generados a <TARGET>.

Ejemplos

qt6_add_repc_replicas(directconnectclient
    simpleswitch.rep
)

Los ficheros generados tendrán la forma rep_<replica file name>_replica.h, en este caso rep_simpleswitch_replica.h

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.