qt_add_repc_replicas
Dieser Befehl wurde in Qt 6.2 eingeführt.
Synopsis
qt_add_repc_replicas(<TARGET> rep_files) qt6_add_repc_replicas(<TARGET> rep_files)
Beschreibung
Führt repc aus und generiert Qt Remote Objects Replica-Header-Dateien basierend auf der angegebenen rep_files
. Fügt die generierten Dateien zu <TARGET>
hinzu.
Beispiele
qt6_add_repc_replicas(directconnectclient simpleswitch.rep )
Die generierte(n) Datei(en) haben die Form rep_<replica file name>_replica.h
, in diesem Fall rep_simpleswitch_replica.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.