CMake Commands in Qt6 InterfaceFramework

The following CMake commands are defined when Qt6::InterfaceFramework is loaded, for instance with

find_package(Qt6 REQUIRED COMPONENTS InterfaceFramework)

See also CMake Command Reference.

qt_ifcodegen_extend_target

Extends a target with files generated from a qface IDL file.

qt_ifcodegen_generate

Generates files from a qface IDL file.

qt_ifcodegen_import_variables

Generates files from a qface IDL file and provides variables for use within CMake.

qt_set_ifcodegen_variable

Sets the variable to the given value within an ifcodegen template.

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