mirror of
https://github.com/reactos/CMake.git
synced 2024-12-17 16:46:37 +00:00
261acd9109
The rcc tool generates a cpp file with a symbol called qInitResources or called qInitResources_${name}, if the name is passed. The qInitResources symbol clashes if multiple qrc files are used in one target. Always pass the name to ensure that the symbol is unique. This is also the behavior of the qtx_add_resource macros.
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>main.cpp</file>
|
|
</qresource>
|
|
</RCC>
|