qt_add_repc_sources
このコマンドは Qt 6.2 で導入されました。
概要
qt_add_repc_sources(<TARGET> rep_files) qt6_add_repc_sources(<TARGET> rep_files)
説明
repc を実行し、与えられたrep_files
に基づいてQt Remote Objects ソースヘッダーファイルを生成します。生成されたファイルを<TARGET>
に追加します。
例
qt6_add_repc_sources(directconnectserver simpleswitch.rep )
生成されるファイルはrep_<replica file name>_source.h
の形式になります。rep_simpleswitch_source.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.