qt_add_repc_sources
Dieses Kommando wurde in Qt 6.2 eingeführt.
Synopsis
qt_add_repc_sources(<TARGET> rep_files) qt6_add_repc_sources(<TARGET> rep_files)
Beschreibung
Führt repc aus und generiert Qt Remote Objects Source-Header-Dateien basierend auf der angegebenen rep_files
. Fügt die generierten Dateien zu <TARGET>
hinzu.
Beispiele
qt6_add_repc_sources(directconnectserver simpleswitch.rep )
Die generierte(n) Datei(en) haben die Form rep_<replica file name>_source.h
, in diesem Fall 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.