mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
8f8edeb09b
The qtx_add_resources() macro adds the resource file to the output list to maintain file-level dependencies. Having the qrc file in a target sources is a precondition for AUTORCC to function. When processing the source files of a target, only add the generated qrc_<file>.cpp to the target sources if AUTORCC is ON. This avoids pre-porting conflict with the macro. Reported-by: Micha Hergarden
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>abc.cpp</file>
|
|
</qresource>
|
|
</RCC>
|