CMake Source File Properties in Qt6 Qml
CMake Commands know about the following CMake source file properties:
See also CMake Property Reference.
Specifies a non-default .h and .cpp file name. | |
Marks a QML file as providing an internal type. | |
Marks a QML file as providing a singleton type. | |
Excludes a file from being compiled to byte code. | |
Excludes a file from being added as a type to the QML module's typeinfo file. | |
Prevents a file from being included in automatic qmllint processing. | |
Excludes a file from being compiled to C++ using qmltc. | |
Overrides the type name provided by the file. | |
Specifies a custom set of versions for a type. |