qt_add_repc_merged

このコマンドは Qt 6.2 で導入されました。

概要

qt_add_repc_merged(<TARGET> rep_files)

qt6_add_repc_merged(<TARGET> rep_files)

説明

repc を実行し、与えられたrep_files に基づいてQt Remote Objects ReplicaQt Remote Objects Source のヘッダーファイルを生成します。生成されたファイルを<TARGET> に追加します。

qt6_add_repc_merged(directconnectexample
    simpleswitch.rep
)

この場合、生成されるファイルはrep_<replica file name>_merged.h の形式になります。rep_simpleswitch_merged.h

注意: 通常、ソースとレプリカは別々のプロセスまたはデバイスに存在するため、この関数はあまり使用されません。

© 2025 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.